﻿2026-06-04T01:26:31.1786727Z Current runner version: '2.334.0'
2026-06-04T01:26:31.1797393Z Runner name: 'gravity'
2026-06-04T01:26:31.1798503Z Runner group name: 'Default'
2026-06-04T01:26:31.1800515Z Machine name: 'gravity-linux'
2026-06-04T01:26:31.1805031Z ##[group]GITHUB_TOKEN Permissions
2026-06-04T01:26:31.1808820Z Contents: read
2026-06-04T01:26:31.1809972Z Metadata: read
2026-06-04T01:26:31.1810794Z Packages: read
2026-06-04T01:26:31.1811667Z ##[endgroup]
2026-06-04T01:26:31.1815440Z Secret source: Actions
2026-06-04T01:26:31.1816783Z Prepare workflow directory
2026-06-04T01:26:31.2587710Z Prepare all required actions
2026-06-04T01:26:31.2658657Z Getting action download info
2026-06-04T01:26:31.8317918Z Download action repository 'actions/checkout@v4' (SHA:34e114876b0b11c390a56381ad16ebd13914f8d5)
2026-06-04T01:26:32.9808564Z Complete job name: test (self-hosted, Linux, gravity)
2026-06-04T01:26:33.1289085Z ##[group]Run actions/checkout@v4
2026-06-04T01:26:33.1291350Z with:
2026-06-04T01:26:33.1292279Z   repository: SaberMage/spt-core
2026-06-04T01:26:33.1301202Z   token: ***
2026-06-04T01:26:33.1302136Z   ssh-strict: true
2026-06-04T01:26:33.1302992Z   ssh-user: git
2026-06-04T01:26:33.1303869Z   persist-credentials: true
2026-06-04T01:26:33.1304847Z   clean: true
2026-06-04T01:26:33.1305738Z   sparse-checkout-cone-mode: true
2026-06-04T01:26:33.1306830Z   fetch-depth: 1
2026-06-04T01:26:33.1307733Z   fetch-tags: false
2026-06-04T01:26:33.1308650Z   show-progress: true
2026-06-04T01:26:33.1309914Z   lfs: false
2026-06-04T01:26:33.1310778Z   submodules: false
2026-06-04T01:26:33.1311719Z   set-safe-directory: true
2026-06-04T01:26:33.1313869Z ##[endgroup]
2026-06-04T01:26:33.3178241Z Syncing repository: SaberMage/spt-core
2026-06-04T01:26:33.3182686Z ##[group]Getting Git version info
2026-06-04T01:26:33.3184655Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T01:26:33.3187339Z [command]/usr/bin/git version
2026-06-04T01:26:33.3189518Z git version 2.34.1
2026-06-04T01:26:33.3234081Z ##[endgroup]
2026-06-04T01:26:33.3251778Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/601762c9-4175-4405-9949-f39459c722ba/.gitconfig'
2026-06-04T01:26:33.3271940Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/601762c9-4175-4405-9949-f39459c722ba' before making global git config changes
2026-06-04T01:26:33.3276092Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T01:26:33.3283704Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T01:26:33.3345859Z Deleting the contents of '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T01:26:33.3355474Z ##[group]Initializing the repository
2026-06-04T01:26:33.3363408Z [command]/usr/bin/git init /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T01:26:33.3480421Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-04T01:26:33.3482892Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-04T01:26:33.3485262Z hint: of your new repositories, which will suppress this warning, call:
2026-06-04T01:26:33.3486940Z hint: 
2026-06-04T01:26:33.3488287Z hint: 	git config --global init.defaultBranch <name>
2026-06-04T01:26:33.3489967Z hint: 
2026-06-04T01:26:33.3491473Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-04T01:26:33.3493925Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-04T01:26:33.3495895Z hint: 
2026-06-04T01:26:33.3497077Z hint: 	git branch -m <name>
2026-06-04T01:26:33.3499352Z Initialized empty Git repository in /home/david/actions-runner/_work/spt-core/spt-core/.git/
2026-06-04T01:26:33.3510145Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-core
2026-06-04T01:26:33.3561712Z ##[endgroup]
2026-06-04T01:26:33.3563357Z ##[group]Disabling automatic garbage collection
2026-06-04T01:26:33.3566641Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T01:26:33.3618453Z ##[endgroup]
2026-06-04T01:26:33.3619990Z ##[group]Setting up auth
2026-06-04T01:26:33.3621558Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T01:26:33.3667925Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T01:26:33.3958696Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T01:26:33.4103937Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T01:26:33.4251199Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T01:26:33.4290919Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T01:26:33.4539818Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T01:26:33.4588801Z ##[endgroup]
2026-06-04T01:26:33.4590509Z ##[group]Fetching the repository
2026-06-04T01:26:33.4614070Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +02c4ff7fe5fe0dbfd18e2d1311a61f816e635ad3:refs/remotes/origin/dev-freeform
2026-06-04T01:26:34.8815084Z From https://github.com/SaberMage/spt-core
2026-06-04T01:26:34.8818152Z  * [new ref]         02c4ff7fe5fe0dbfd18e2d1311a61f816e635ad3 -> origin/dev-freeform
2026-06-04T01:26:34.8843979Z ##[endgroup]
2026-06-04T01:26:34.8846037Z ##[group]Determining the checkout info
2026-06-04T01:26:34.8848348Z ##[endgroup]
2026-06-04T01:26:34.8852543Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T01:26:34.8907140Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T01:26:34.8942859Z ##[group]Checking out the ref
2026-06-04T01:26:34.8948194Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T01:26:34.9190985Z Switched to a new branch 'dev-freeform'
2026-06-04T01:26:34.9193787Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T01:26:34.9199896Z ##[endgroup]
2026-06-04T01:26:34.9257609Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T01:26:34.9290173Z 02c4ff7fe5fe0dbfd18e2d1311a61f816e635ad3
2026-06-04T01:26:34.9636357Z ##[group]Run cargo build --workspace --all-targets
2026-06-04T01:26:34.9638557Z [36;1mcargo build --workspace --all-targets[0m
2026-06-04T01:26:34.9668987Z shell: /usr/bin/bash -e {0}
2026-06-04T01:26:34.9670859Z ##[endgroup]
2026-06-04T01:26:35.2095563Z     Updating crates.io index
2026-06-04T01:26:37.8939805Z  Downloading crates ...
2026-06-04T01:26:38.2013677Z   Downloaded allocator-api2 v0.2.21
2026-06-04T01:26:38.2374959Z   Downloaded aead v0.5.2
2026-06-04T01:26:38.2464761Z   Downloaded block-buffer v0.12.0
2026-06-04T01:26:38.2594152Z   Downloaded inout v0.1.4
2026-06-04T01:26:38.2659094Z   Downloaded idna_adapter v1.2.2
2026-06-04T01:26:38.2723252Z   Downloaded cobs v0.3.0
2026-06-04T01:26:38.2754314Z   Downloaded http-body v1.0.1
2026-06-04T01:26:38.2777528Z   Downloaded data-encoding-macro-internal v0.1.18
2026-06-04T01:26:38.2799354Z   Downloaded arrayref v0.3.9
2026-06-04T01:26:38.2831762Z   Downloaded doctest-file v1.1.1
2026-06-04T01:26:38.2866386Z   Downloaded cfg_aliases v0.2.1
2026-06-04T01:26:38.2892502Z   Downloaded atomic-waker v1.1.2
2026-06-04T01:26:38.2921945Z   Downloaded darling_macro v0.20.11
2026-06-04T01:26:38.2990429Z   Downloaded ipnet v2.12.0
2026-06-04T01:26:38.3027328Z   Downloaded futures-sink v0.3.32
2026-06-04T01:26:38.3049910Z   Downloaded httpdate v1.0.3
2026-06-04T01:26:38.3076842Z   Downloaded ident_case v1.0.1
2026-06-04T01:26:38.3095860Z   Downloaded fnv v1.0.7
2026-06-04T01:26:38.3118287Z   Downloaded futures-macro v0.3.32
2026-06-04T01:26:38.3143109Z   Downloaded embedded-io v0.4.0
2026-06-04T01:26:38.3175473Z   Downloaded identity-hash v0.1.0
2026-06-04T01:26:38.3199910Z   Downloaded critical-section v1.2.0
2026-06-04T01:26:38.3231319Z   Downloaded async-trait v0.1.89
2026-06-04T01:26:38.3287531Z   Downloaded crypto-common v0.2.2
2026-06-04T01:26:38.3313303Z   Downloaded convert_case v0.10.0
2026-06-04T01:26:38.3341554Z   Downloaded byteorder v1.5.0
2026-06-04T01:26:38.3372148Z   Downloaded constant_time_eq v0.4.2
2026-06-04T01:26:38.3416033Z   Downloaded futures-io v0.3.32
2026-06-04T01:26:38.3438985Z   Downloaded enum-assoc v1.3.0
2026-06-04T01:26:38.3461141Z   Downloaded embedded-io v0.6.1
2026-06-04T01:26:38.3486478Z   Downloaded derive_builder_macro v0.20.2
2026-06-04T01:26:38.3507340Z   Downloaded futures-core v0.3.32
2026-06-04T01:26:38.3535968Z   Downloaded ghash v0.5.1
2026-06-04T01:26:38.3558282Z   Downloaded data-encoding-macro v0.1.20
2026-06-04T01:26:38.3579269Z   Downloaded hash32 v0.2.1
2026-06-04T01:26:38.3607909Z   Downloaded form_urlencoded v1.2.2
2026-06-04T01:26:38.3695894Z   Downloaded mac-addr v0.3.0
2026-06-04T01:26:38.3730314Z   Downloaded futures-task v0.3.32
2026-06-04T01:26:38.3759396Z   Downloaded displaydoc v0.2.6
2026-06-04T01:26:38.3799488Z   Downloaded foldhash v0.2.0
2026-06-04T01:26:38.3825971Z   Downloaded ed25519 v3.0.0-rc.4
2026-06-04T01:26:38.3857547Z   Downloaded data-encoding v2.11.0
2026-06-04T01:26:38.3880399Z   Downloaded cpufeatures v0.3.0
2026-06-04T01:26:38.3910712Z   Downloaded derive_builder_core v0.20.2
2026-06-04T01:26:38.3946177Z   Downloaded iroh-metrics-derive v0.4.1
2026-06-04T01:26:38.3963569Z   Downloaded either v1.16.0
2026-06-04T01:26:38.3994121Z   Downloaded digest v0.11.3
2026-06-04T01:26:38.4032991Z   Downloaded diatomic-waker v0.2.3
2026-06-04T01:26:38.4075550Z   Downloaded derive_builder v0.20.2
2026-06-04T01:26:38.4147630Z   Downloaded cipher v0.4.4
2026-06-04T01:26:38.4183565Z   Downloaded acto v0.8.2
2026-06-04T01:26:38.4221047Z   Downloaded tinyvec_macros v0.1.1
2026-06-04T01:26:38.4241488Z   Downloaded futures-executor v0.3.32
2026-06-04T01:26:38.4271908Z   Downloaded num-conv v0.2.2
2026-06-04T01:26:38.4296154Z   Downloaded deranged v0.5.8
2026-06-04T01:26:38.4330140Z   Downloaded time-core v0.1.8
2026-06-04T01:26:38.4355437Z   Downloaded tokio-macros v2.7.0
2026-06-04T01:26:38.4383409Z   Downloaded hyper-rustls v0.27.9
2026-06-04T01:26:38.4415609Z   Downloaded backon v1.6.0
2026-06-04T01:26:38.4465145Z   Downloaded igd-next v0.17.1
2026-06-04T01:26:38.4513991Z   Downloaded hybrid-array v0.4.12
2026-06-04T01:26:38.4556006Z   Downloaded tower-service v0.3.3
2026-06-04T01:26:38.4602500Z   Downloaded time-macros v0.2.27
2026-06-04T01:26:38.4617144Z   Downloaded futures-lite v2.6.1
2026-06-04T01:26:38.4657350Z   Downloaded futures-channel v0.3.32
2026-06-04T01:26:38.4687021Z   Downloaded darling v0.20.11
2026-06-04T01:26:38.4758372Z   Downloaded universal-hash v0.5.1
2026-06-04T01:26:38.4779013Z   Downloaded try-lock v0.2.5
2026-06-04T01:26:38.4797128Z   Downloaded http-body-util v0.1.3
2026-06-04T01:26:38.4824960Z   Downloaded ctr v0.9.2
2026-06-04T01:26:38.4855112Z   Downloaded ctutils v0.4.2
2026-06-04T01:26:38.4885309Z   Downloaded arrayvec v0.7.6
2026-06-04T01:26:38.4917513Z   Downloaded cmov v0.5.4
2026-06-04T01:26:38.4975042Z   Downloaded crossbeam-epoch v0.9.18
2026-06-04T01:26:38.5026621Z   Downloaded stable_deref_trait v1.2.1
2026-06-04T01:26:38.5047148Z   Downloaded potential_utf v0.1.5
2026-06-04T01:26:38.5066650Z   Downloaded httparse v1.10.1
2026-06-04T01:26:38.5134706Z   Downloaded unicode-xid v0.2.6
2026-06-04T01:26:38.5159993Z   Downloaded untrusted v0.9.0
2026-06-04T01:26:38.5193899Z   Downloaded utf8_iter v1.0.4
2026-06-04T01:26:38.5214333Z   Downloaded cordyceps v0.3.4
2026-06-04T01:26:38.5269480Z   Downloaded toml_datetime v1.1.1+spec-1.1.0
2026-06-04T01:26:38.5472466Z   Downloaded serde_bytes v0.11.19
2026-06-04T01:26:38.5503260Z   Downloaded want v0.3.1
2026-06-04T01:26:38.5522494Z   Downloaded tower-layer v0.3.3
2026-06-04T01:26:38.5573819Z   Downloaded xmltree v0.10.3
2026-06-04T01:26:38.5600764Z   Downloaded zeroize_derive v1.4.3
2026-06-04T01:26:38.5620108Z   Downloaded bytes v1.11.1
2026-06-04T01:26:38.5679777Z   Downloaded const-oid v0.10.2
2026-06-04T01:26:38.5719584Z   Downloaded zerofrom-derive v0.1.7
2026-06-04T01:26:38.5739908Z   Downloaded chacha20 v0.10.0
2026-06-04T01:26:38.5777484Z   Downloaded icu_properties v2.2.0
2026-06-04T01:26:38.5816906Z   Downloaded icu_provider v2.2.0
2026-06-04T01:26:38.5857101Z   Downloaded crossbeam-utils v0.8.21
2026-06-04T01:26:38.5900538Z   Downloaded futures v0.3.32
2026-06-04T01:26:38.5969665Z   Downloaded tokio-rustls v0.26.4
2026-06-04T01:26:38.6003856Z   Downloaded vergen-lib v0.1.6
2026-06-04T01:26:38.6029494Z   Downloaded attohttpc v0.30.1
2026-06-04T01:26:38.6100692Z   Downloaded toml_parser v1.1.2+spec-1.1.0
2026-06-04T01:26:38.6137363Z   Downloaded writeable v0.6.3
2026-06-04T01:26:38.6168214Z   Downloaded tracing-attributes v0.1.31
2026-06-04T01:26:38.6210536Z   Downloaded rustc-hash v2.1.2
2026-06-04T01:26:38.6234524Z   Downloaded hmac v0.12.1
2026-06-04T01:26:38.6263893Z   Downloaded heapless v0.7.17
2026-06-04T01:26:38.6331183Z   Downloaded icu_normalizer_data v2.2.0
2026-06-04T01:26:38.6363016Z   Downloaded icu_locale_core v2.2.0
2026-06-04T01:26:38.6455726Z   Downloaded tokio-stream v0.1.18
2026-06-04T01:26:38.6521969Z   Downloaded zerovec-derive v0.11.3
2026-06-04T01:26:38.6548257Z   Downloaded vergen v9.1.0
2026-06-04T01:26:38.6578525Z   Downloaded darling_core v0.20.11
2026-06-04T01:26:38.6647230Z   Downloaded yoke v0.8.2
2026-06-04T01:26:38.6686075Z   Downloaded vergen-lib v9.1.0
2026-06-04T01:26:38.6700111Z   Downloaded tracing-core v0.1.36
2026-06-04T01:26:38.6745275Z   Downloaded icu_collections v2.2.0
2026-06-04T01:26:38.6827081Z   Downloaded uuid v1.23.2
2026-06-04T01:26:38.6874647Z   Downloaded aes-gcm v0.10.3
2026-06-04T01:26:38.6921737Z   Downloaded crossbeam-channel v0.5.15
2026-06-04T01:26:38.6979575Z   Downloaded strum v0.28.0
2026-06-04T01:26:38.6996732Z   Downloaded num_threads v0.1.7
2026-06-04T01:26:38.7014160Z   Downloaded icu_normalizer v2.2.0
2026-06-04T01:26:38.7064482Z   Downloaded derive_more v2.1.1
2026-06-04T01:26:38.7223631Z   Downloaded xml-rs v0.8.28
2026-06-04T01:26:38.7269932Z   Downloaded url v2.5.8
2026-06-04T01:26:38.7316273Z   Downloaded tower v0.5.3
2026-06-04T01:26:38.7445862Z   Downloaded zerotrie v0.2.4
2026-06-04T01:26:38.7500073Z   Downloaded hickory-net v0.26.0-beta.4
2026-06-04T01:26:38.7568759Z   Downloaded idna v1.1.0
2026-06-04T01:26:38.7624226Z   Downloaded sha1 v0.10.6
2026-06-04T01:26:38.7647784Z   Downloaded hashbrown v0.16.1
2026-06-04T01:26:38.7718737Z   Downloaded unicode-segmentation v1.13.3
2026-06-04T01:26:38.7767426Z   Downloaded spez v0.1.2
2026-06-04T01:26:38.7784783Z   Downloaded tokio-util v0.7.18
2026-06-04T01:26:38.7888156Z   Downloaded n0-error-macros v0.1.3
2026-06-04T01:26:38.7900447Z   Downloaded hyper v1.10.1
2026-06-04T01:26:38.7998241Z   Downloaded zerovec v0.11.6
2026-06-04T01:26:38.8091223Z   Downloaded h2 v0.4.14
2026-06-04T01:26:38.8189011Z   Downloaded blake3 v1.8.5
2026-06-04T01:26:38.8299339Z   Downloaded n0-error v0.1.3
2026-06-04T01:26:38.8335696Z   Downloaded webpki-roots v1.0.7
2026-06-04T01:26:38.8386775Z   Downloaded futures-util v0.3.32
2026-06-04T01:26:38.8539049Z   Downloaded tower-http v0.6.11
2026-06-04T01:26:38.8658153Z   Downloaded lock_api v0.4.14
2026-06-04T01:26:38.8680827Z   Downloaded iroh-base v0.98.0
2026-06-04T01:26:38.8699636Z   Downloaded tokio-websockets v0.13.2
2026-06-04T01:26:38.8799092Z   Downloaded sorted-index-buffer v0.2.1
2026-06-04T01:26:38.8817560Z   Downloaded curve25519-dalek v5.0.0-pre.6
2026-06-04T01:26:38.8941051Z   Downloaded tagptr v0.2.0
2026-06-04T01:26:38.8960641Z   Downloaded sha1_smol v1.0.1
2026-06-04T01:26:38.8980711Z   Downloaded hickory-proto v0.26.0-beta.4
2026-06-04T01:26:38.9120517Z   Downloaded sync_wrapper v1.0.2
2026-06-04T01:26:38.9134486Z   Downloaded openssl-probe v0.2.1
2026-06-04T01:26:38.9151630Z   Downloaded icu_properties_data v2.2.0
2026-06-04T01:26:38.9285170Z   Downloaded tracing v0.1.44
2026-06-04T01:26:38.9507548Z   Downloaded lru-slab v0.1.2
2026-06-04T01:26:38.9521362Z   Downloaded proc-macro-crate v3.5.0
2026-06-04T01:26:38.9540685Z   Downloaded opaque-debug v0.3.1
2026-06-04T01:26:38.9554699Z   Downloaded hkdf v0.12.4
2026-06-04T01:26:38.9586037Z   Downloaded hickory-resolver v0.26.0-beta.4
2026-06-04T01:26:38.9649037Z   Downloaded powerfmt v0.2.0
2026-06-04T01:26:38.9665704Z   Downloaded http v1.4.1
2026-06-04T01:26:38.9716100Z   Downloaded ed25519-dalek v3.0.0-pre.6
2026-06-04T01:26:38.9760895Z   Downloaded derive_more-impl v2.1.1
2026-06-04T01:26:38.9828242Z   Downloaded der v0.8.0-rc.10
2026-06-04T01:26:38.9901817Z   Downloaded parking v2.2.1
2026-06-04T01:26:38.9918634Z   Downloaded hyper-util v0.1.20
2026-06-04T01:26:39.0015543Z   Downloaded aes v0.8.4
2026-06-04T01:26:39.0072892Z   Downloaded percent-encoding v2.3.2
2026-06-04T01:26:39.0092021Z   Downloaded futures-buffered v0.2.13
2026-06-04T01:26:39.0142500Z   Downloaded synstructure v0.13.2
2026-06-04T01:26:39.0164520Z   Downloaded pin-project-lite v0.2.17
2026-06-04T01:26:39.0228009Z   Downloaded simdutf8 v0.1.5
2026-06-04T01:26:39.0254655Z   Downloaded scopeguard v1.2.0
2026-06-04T01:26:39.0269761Z   Downloaded base64 v0.22.1
2026-06-04T01:26:39.0319960Z   Downloaded num_enum_derive v0.7.6
2026-06-04T01:26:39.0340334Z   Downloaded vergen-gitcl v1.0.8
2026-06-04T01:26:39.0363141Z   Downloaded tokio v1.52.3
2026-06-04T01:26:39.0877412Z   Downloaded smol_str v0.1.24
2026-06-04T01:26:39.0894591Z   Downloaded iroh-dns v0.98.0
2026-06-04T01:26:39.0907674Z   Downloaded zerofrom v0.1.8
2026-06-04T01:26:39.0920443Z   Downloaded yoke-derive v0.8.2
2026-06-04T01:26:39.0981194Z   Downloaded spki v0.8.0-rc.4
2026-06-04T01:26:39.1027526Z   Downloaded rustls-native-certs v0.8.4
2026-06-04T01:26:39.1079749Z   Downloaded polyval v0.6.2
2026-06-04T01:26:39.1106438Z   Downloaded pin-project-internal v1.1.13
2026-06-04T01:26:39.1150497Z   Downloaded postcard-derive v0.2.2
2026-06-04T01:26:39.1180741Z   Downloaded rand_core v0.10.1
2026-06-04T01:26:39.1203013Z   Downloaded num_enum v0.7.6
2026-06-04T01:26:39.1270472Z   Downloaded netlink-sys v0.8.8
2026-06-04T01:26:39.1393735Z   Downloaded paste v1.0.15
2026-06-04T01:26:39.1434828Z   Downloaded pkcs8 v0.11.0-rc.10
2026-06-04T01:26:39.1474999Z   Downloaded signature v3.0.0
2026-06-04T01:26:39.1494332Z   Downloaded lru v0.16.4
2026-06-04T01:26:39.1660585Z   Downloaded tinystr v0.8.3
2026-06-04T01:26:39.1842292Z   Downloaded netlink-proto v0.12.0
2026-06-04T01:26:39.1877557Z   Downloaded strum_macros v0.28.0
2026-06-04T01:26:39.1909624Z   Downloaded rustls-pki-types v1.14.1
2026-06-04T01:26:39.1942894Z   Downloaded spin v0.9.8
2026-06-04T01:26:39.1975129Z   Downloaded thiserror-impl v2.0.18
2026-06-04T01:26:39.1997287Z   Downloaded postcard v1.1.3
2026-06-04T01:26:39.2027843Z   Downloaded sha2 v0.11.0-rc.5
2026-06-04T01:26:39.2069659Z   Downloaded signal-hook-registry v1.4.8
2026-06-04T01:26:39.2085550Z   Downloaded seize v0.5.1
2026-06-04T01:26:39.2120314Z   Downloaded parking_lot_core v0.9.12
2026-06-04T01:26:39.2149456Z   Downloaded slab v0.4.12
2026-06-04T01:26:39.2169689Z   Downloaded netdev v0.42.0
2026-06-04T01:26:39.2253931Z   Downloaded swarm-discovery v0.6.0-alpha.2
2026-06-04T01:26:39.2279820Z   Downloaded spake2 v0.4.0
2026-06-04T01:26:39.2299506Z   Downloaded pem-rfc7468 v1.0.0
2026-06-04T01:26:39.2325034Z   Downloaded parking_lot v0.12.5
2026-06-04T01:26:39.2359244Z   Downloaded resolv-conf v0.7.6
2026-06-04T01:26:39.2381707Z   Downloaded noq-udp v0.10.0
2026-06-04T01:26:39.2408144Z   Downloaded netlink-packet-core v0.8.1
2026-06-04T01:26:39.2434891Z   Downloaded n0-watcher v0.6.1
2026-06-04T01:26:39.2471671Z   Downloaded portmapper v0.16.0
2026-06-04T01:26:39.2501820Z   Downloaded thiserror v2.0.18
2026-06-04T01:26:39.2580961Z   Downloaded pin-project v1.1.13
2026-06-04T01:26:39.2739859Z   Downloaded spin v0.10.0
2026-06-04T01:26:39.2775561Z   Downloaded socket2 v0.6.4
2026-06-04T01:26:39.2801974Z   Downloaded netwatch v0.16.0
2026-06-04T01:26:39.2839381Z   Downloaded iroh-metrics v0.38.3
2026-06-04T01:26:39.2872743Z   Downloaded simple-dns v0.9.3
2026-06-04T01:26:39.2935964Z   Downloaded ryu v1.0.23
2026-06-04T01:26:39.2976550Z   Downloaded tinyvec v1.11.0
2026-06-04T01:26:39.3013252Z   Downloaded rustversion v1.0.22
2026-06-04T01:26:39.3045808Z   Downloaded rustls-platform-verifier v0.7.0
2026-06-04T01:26:39.3093843Z   Downloaded num-traits v0.2.19
2026-06-04T01:26:39.3128637Z   Downloaded toml_edit v0.25.12+spec-1.1.0
2026-06-04T01:26:39.3177862Z   Downloaded n0-future v0.3.2
2026-06-04T01:26:39.3209303Z   Downloaded papaya v0.2.4
2026-06-04T01:26:39.3250555Z   Downloaded interprocess v2.4.2
2026-06-04T01:26:39.3415408Z   Downloaded rustls-webpki v0.103.13
2026-06-04T01:26:39.3457430Z   Downloaded litemap v0.8.2
2026-06-04T01:26:39.3487511Z   Downloaded prefix-trie v0.8.4
2026-06-04T01:26:39.3860355Z   Downloaded noq v0.18.0
2026-06-04T01:26:39.3985085Z   Downloaded rand v0.10.1
2026-06-04T01:26:39.4035533Z   Downloaded mio v1.2.1
2026-06-04T01:26:39.4591023Z   Downloaded iroh-relay v0.98.0
2026-06-04T01:26:39.4725819Z   Downloaded netlink-packet-route v0.29.0
2026-06-04T01:26:39.4937908Z   Downloaded reqwest v0.13.4
2026-06-04T01:26:39.5168027Z   Downloaded winnow v1.0.3
2026-06-04T01:26:39.5290929Z   Downloaded portable-atomic v1.13.1
2026-06-04T01:26:39.5386653Z   Downloaded netlink-packet-route v0.30.0
2026-06-04T01:26:39.5599549Z   Downloaded time v0.3.47
2026-06-04T01:26:39.5756694Z   Downloaded moka v0.12.15
2026-06-04T01:26:39.5855440Z   Downloaded noq-proto v0.17.0
2026-06-04T01:26:39.5978510Z   Downloaded iroh v0.98.2
2026-06-04T01:26:39.6102407Z   Downloaded rustls v0.23.40
2026-06-04T01:26:39.7059397Z   Downloaded ring v0.17.14
2026-06-04T01:26:40.0494843Z    Compiling proc-macro2 v1.0.106
2026-06-04T01:26:40.0497557Z    Compiling quote v1.0.45
2026-06-04T01:26:40.0497983Z    Compiling unicode-ident v1.0.24
2026-06-04T01:26:40.0498402Z    Compiling libc v0.2.186
2026-06-04T01:26:40.7090778Z    Compiling serde_core v1.0.228
2026-06-04T01:26:41.0069400Z    Compiling serde v1.0.228
2026-06-04T01:26:41.2680488Z    Compiling cfg-if v1.0.4
2026-06-04T01:26:41.3368922Z    Compiling typenum v1.20.1
2026-06-04T01:26:42.4791923Z    Compiling syn v2.0.117
2026-06-04T01:26:42.7301788Z    Compiling portable-atomic v1.13.1
2026-06-04T01:26:43.2447601Z    Compiling version_check v0.9.5
2026-06-04T01:26:43.5015214Z    Compiling critical-section v1.2.0
2026-06-04T01:26:43.6040683Z    Compiling memchr v2.8.1
2026-06-04T01:26:43.6825882Z    Compiling subtle v2.6.1
2026-06-04T01:26:43.8633294Z    Compiling generic-array v0.14.7
2026-06-04T01:26:44.0030509Z    Compiling semver v1.0.28
2026-06-04T01:26:44.4201108Z    Compiling rustc_version v0.4.1
2026-06-04T01:26:44.7920624Z    Compiling shlex v2.0.1
2026-06-04T01:26:44.9630357Z    Compiling smallvec v1.15.1
2026-06-04T01:26:45.0228233Z    Compiling find-msvc-tools v0.1.9
2026-06-04T01:26:45.2370561Z    Compiling cc v1.2.63
2026-06-04T01:26:45.3520404Z    Compiling equivalent v1.0.2
2026-06-04T01:26:45.4020860Z    Compiling itoa v1.0.18
2026-06-04T01:26:45.5990347Z    Compiling pin-project-lite v0.2.17
2026-06-04T01:26:45.6320496Z    Compiling crypto-common v0.1.7
2026-06-04T01:26:45.6547192Z    Compiling getrandom v0.2.17
2026-06-04T01:26:45.7281707Z    Compiling log v0.4.30
2026-06-04T01:26:45.8660782Z    Compiling cpufeatures v0.2.17
2026-06-04T01:26:45.9100735Z    Compiling hashbrown v0.17.1
2026-06-04T01:26:45.9735982Z    Compiling bytes v1.11.1
2026-06-04T01:26:46.8814666Z    Compiling indexmap v2.14.0
2026-06-04T01:26:46.9770802Z    Compiling futures-core v0.3.32
2026-06-04T01:26:47.1130697Z    Compiling rand_core v0.10.1
2026-06-04T01:26:47.3090455Z    Compiling bitflags v2.11.1
2026-06-04T01:26:47.5568130Z    Compiling socket2 v0.6.4
2026-06-04T01:26:47.5688103Z    Compiling getrandom v0.4.2
2026-06-04T01:26:47.7482453Z    Compiling mio v1.2.1
2026-06-04T01:26:48.0620653Z    Compiling stable_deref_trait v1.2.1
2026-06-04T01:26:48.2706911Z    Compiling block-buffer v0.10.4
2026-06-04T01:26:48.3253146Z    Compiling slab v0.4.12
2026-06-04T01:26:48.4160982Z    Compiling futures-sink v0.3.32
2026-06-04T01:26:48.4930530Z    Compiling futures-io v0.3.32
2026-06-04T01:26:48.5071550Z    Compiling futures-channel v0.3.32
2026-06-04T01:26:48.5150384Z    Compiling digest v0.10.7
2026-06-04T01:26:48.6250422Z    Compiling futures-task v0.3.32
2026-06-04T01:26:48.7850493Z    Compiling synstructure v0.13.2
2026-06-04T01:26:48.7940529Z    Compiling curve25519-dalek v4.1.3
2026-06-04T01:26:48.8120607Z    Compiling zerocopy v0.8.50
2026-06-04T01:26:49.1067123Z    Compiling rand_core v0.6.4
2026-06-04T01:26:49.2040596Z    Compiling ahash v0.8.12
2026-06-04T01:26:49.2887437Z    Compiling fnv v1.0.7
2026-06-04T01:26:49.3634154Z    Compiling sha2 v0.10.9
2026-06-04T01:26:49.5960528Z    Compiling pkg-config v0.3.33
2026-06-04T01:26:49.9129865Z    Compiling vcpkg v0.2.15
2026-06-04T01:26:50.3637018Z    Compiling autocfg v1.5.1
2026-06-04T01:26:50.8790373Z    Compiling signature v2.2.0
2026-06-04T01:26:50.9341278Z    Compiling libsqlite3-sys v0.30.1
2026-06-04T01:26:50.9880695Z    Compiling ed25519 v2.2.3
2026-06-04T01:26:51.1498632Z    Compiling fastrand v2.4.1
2026-06-04T01:26:51.2371299Z    Compiling cfg_aliases v0.2.1
2026-06-04T01:26:51.2650351Z    Compiling serde_derive v1.0.228
2026-06-04T01:26:51.2840715Z    Compiling zeroize_derive v1.4.3
2026-06-04T01:26:51.4285475Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-04T01:26:51.9456182Z    Compiling zeroize v1.8.2
2026-06-04T01:26:52.1120516Z    Compiling tokio-macros v2.7.0
2026-06-04T01:26:52.1178816Z    Compiling futures-macro v0.3.32
2026-06-04T01:26:52.9020643Z    Compiling tokio v1.52.3
2026-06-04T01:26:53.1532685Z    Compiling zerofrom-derive v0.1.7
2026-06-04T01:26:54.8928825Z    Compiling zerofrom v0.1.8
2026-06-04T01:26:55.0676525Z    Compiling futures-util v0.3.32
2026-06-04T01:26:55.5639671Z    Compiling yoke-derive v0.8.2
2026-06-04T01:26:57.2275845Z    Compiling yoke v0.8.2
2026-06-04T01:26:57.4626725Z    Compiling zerovec-derive v0.11.3
2026-06-04T01:26:58.3350384Z    Compiling once_cell v1.21.4
2026-06-04T01:26:58.5960361Z    Compiling displaydoc v0.2.6
2026-06-04T01:26:59.0589581Z    Compiling zerovec v0.11.6
2026-06-04T01:27:00.1804771Z    Compiling zmij v1.0.21
2026-06-04T01:27:00.2400601Z    Compiling hashbrown v0.14.5
2026-06-04T01:27:00.4135939Z    Compiling tinystr v0.8.3
2026-06-04T01:27:00.6351318Z    Compiling tracing-core v0.1.36
2026-06-04T01:27:01.2080833Z    Compiling ed25519-dalek v2.2.0
2026-06-04T01:27:01.4337583Z    Compiling tracing-attributes v0.1.31
2026-06-04T01:27:01.5247223Z    Compiling serde_json v1.0.150
2026-06-04T01:27:01.6410530Z    Compiling litemap v0.8.2
2026-06-04T01:27:01.8720736Z    Compiling rustversion v1.0.22
2026-06-04T01:27:02.1750782Z    Compiling writeable v0.6.3
2026-06-04T01:27:02.4061054Z    Compiling icu_locale_core v2.2.0
2026-06-04T01:27:03.0220623Z    Compiling hashlink v0.9.1
2026-06-04T01:27:03.2540672Z    Compiling tracing v0.1.44
2026-06-04T01:27:03.5832421Z    Compiling potential_utf v0.1.5
2026-06-04T01:27:03.7110557Z    Compiling zerotrie v0.2.4
2026-06-04T01:27:03.8660299Z    Compiling utf8_iter v1.0.4
2026-06-04T01:27:03.9944327Z    Compiling fallible-iterator v0.3.0
2026-06-04T01:27:04.1006721Z    Compiling icu_properties_data v2.2.0
2026-06-04T01:27:04.2170624Z    Compiling icu_normalizer_data v2.2.0
2026-06-04T01:27:04.2320929Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-04T01:27:04.3510558Z    Compiling icu_provider v2.2.0
2026-06-04T01:27:04.3854599Z    Compiling icu_collections v2.2.0
2026-06-04T01:27:05.1120760Z    Compiling spt-proto v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-04T01:27:05.4800776Z    Compiling tokio-util v0.7.18
2026-06-04T01:27:06.3380691Z    Compiling anyhow v1.0.102
2026-06-04T01:27:06.7154827Z    Compiling percent-encoding v2.3.2
2026-06-04T01:27:06.7440900Z    Compiling icu_normalizer v2.2.0
2026-06-04T01:27:06.8995145Z    Compiling icu_properties v2.2.0
2026-06-04T01:27:07.5760659Z    Compiling ring v0.17.14
2026-06-04T01:27:07.6012388Z    Compiling http v1.4.1
2026-06-04T01:27:08.1534060Z    Compiling strsim v0.11.1
2026-06-04T01:27:08.6040764Z    Compiling thiserror v2.0.18
2026-06-04T01:27:08.9221796Z    Compiling cpufeatures v0.3.0
2026-06-04T01:27:09.0287753Z    Compiling idna_adapter v1.2.2
2026-06-04T01:27:09.1581147Z    Compiling rustls-pki-types v1.14.1
2026-06-04T01:27:09.2450413Z    Compiling thiserror-impl v2.0.18
2026-06-04T01:27:09.8200729Z    Compiling idna v1.1.0
2026-06-04T01:27:10.7824276Z    Compiling chacha20 v0.10.0
2026-06-04T01:27:11.0955661Z    Compiling form_urlencoded v1.2.2
2026-06-04T01:27:11.1550295Z    Compiling ipnet v2.12.0
2026-06-04T01:27:11.2690413Z    Compiling untrusted v0.9.0
2026-06-04T01:27:11.3590617Z    Compiling ident_case v1.0.1
2026-06-04T01:27:11.4443812Z    Compiling darling_core v0.20.11
2026-06-04T01:27:11.8650313Z    Compiling url v2.5.8
2026-06-04T01:27:13.1891011Z    Compiling rand v0.10.1
2026-06-04T01:27:13.3490563Z    Compiling rusqlite v0.32.1
2026-06-04T01:27:14.3030932Z    Compiling scopeguard v1.2.0
2026-06-04T01:27:14.3689514Z    Compiling rustls v0.23.40
2026-06-04T01:27:14.4720469Z    Compiling unicode-segmentation v1.13.3
2026-06-04T01:27:15.0540967Z    Compiling spt-store v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-04T01:27:15.1442879Z    Compiling convert_case v0.10.0
2026-06-04T01:27:15.2730842Z    Compiling lock_api v0.4.14
2026-06-04T01:27:15.5235467Z    Compiling rustls-webpki v0.103.13
2026-06-04T01:27:15.6420651Z    Compiling const-oid v0.10.2
2026-06-04T01:27:15.7670555Z    Compiling darling_macro v0.20.11
2026-06-04T01:27:15.8710794Z    Compiling unicode-xid v0.2.6
2026-06-04T01:27:15.9530900Z    Compiling atomic-waker v1.1.2
2026-06-04T01:27:16.0404073Z    Compiling derive_more-impl v2.1.1
2026-06-04T01:27:16.0840496Z    Compiling darling v0.20.11
2026-06-04T01:27:16.1340605Z    Compiling rustix v1.1.4
2026-06-04T01:27:16.4561659Z    Compiling spt-msg v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-04T01:27:17.0560722Z    Compiling httparse v1.10.1
2026-06-04T01:27:17.5181249Z    Compiling derive_builder_core v0.20.2
2026-06-04T01:27:17.9088846Z    Compiling h2 v0.4.14
2026-06-04T01:27:19.0280600Z    Compiling http-body v1.0.1
2026-06-04T01:27:19.1530561Z    Compiling hybrid-array v0.4.12
2026-06-04T01:27:20.0796505Z    Compiling heck v0.5.0
2026-06-04T01:27:20.3820637Z    Compiling base64ct v1.8.3
2026-06-04T01:27:20.7720341Z    Compiling powerfmt v0.2.0
2026-06-04T01:27:20.9990545Z    Compiling paste v1.0.15
2026-06-04T01:27:21.2052165Z    Compiling linux-raw-sys v0.12.1
2026-06-04T01:27:21.6270824Z    Compiling derive_more v2.1.1
2026-06-04T01:27:21.8024466Z    Compiling deranged v0.5.8
2026-06-04T01:27:23.6910774Z    Compiling pem-rfc7468 v1.0.0
2026-06-04T01:27:24.0859130Z    Compiling derive_builder_macro v0.20.2
2026-06-04T01:27:24.7270671Z    Compiling n0-error-macros v0.1.3
2026-06-04T01:27:24.7390303Z    Compiling spez v0.1.2
2026-06-04T01:27:25.0730803Z    Compiling num-traits v0.2.19
2026-06-04T01:27:25.1970604Z    Compiling memoffset v0.6.5
2026-06-04T01:27:25.3090777Z    Compiling time-core v0.1.8
2026-06-04T01:27:25.4660742Z    Compiling tinyvec_macros v0.1.1
2026-06-04T01:27:25.5100677Z    Compiling thiserror v1.0.69
2026-06-04T01:27:25.7621052Z    Compiling num-conv v0.2.2
2026-06-04T01:27:25.8174196Z    Compiling try-lock v0.2.5
2026-06-04T01:27:25.8874022Z    Compiling parking_lot_core v0.9.12
2026-06-04T01:27:25.9111013Z    Compiling tower-service v0.3.3
2026-06-04T01:27:25.9588660Z    Compiling base64 v0.22.1
2026-06-04T01:27:25.9650519Z    Compiling data-encoding v2.11.0
2026-06-04T01:27:26.0820565Z    Compiling n0-error v0.1.3
2026-06-04T01:27:26.3120559Z    Compiling want v0.3.1
2026-06-04T01:27:26.4276277Z    Compiling tinyvec v1.11.0
2026-06-04T01:27:26.5250014Z    Compiling derive_builder v0.20.2
2026-06-04T01:27:26.5631317Z    Compiling tempfile v3.27.0
2026-06-04T01:27:26.5995649Z    Compiling der v0.8.0-rc.10
2026-06-04T01:27:27.0521207Z    Compiling crypto-common v0.2.2
2026-06-04T01:27:27.1361798Z    Compiling block-buffer v0.12.0
2026-06-04T01:27:27.3016161Z    Compiling vergen-lib v9.1.0
2026-06-04T01:27:27.4147860Z    Compiling n0-future v0.3.2
2026-06-04T01:27:27.6010685Z    Compiling pin-project-internal v1.1.13
2026-06-04T01:27:27.6099785Z    Compiling thiserror-impl v1.0.69
2026-06-04T01:27:28.7800560Z    Compiling inout v0.1.4
2026-06-04T01:27:28.8750308Z    Compiling serial-core v0.4.0
2026-06-04T01:27:28.9011133Z    Compiling ioctl-rs v0.1.6
2026-06-04T01:27:28.9860356Z    Compiling termios v0.2.2
2026-06-04T01:27:29.0405828Z    Compiling httpdate v1.0.3
2026-06-04T01:27:29.0890974Z    Compiling diatomic-waker v0.2.3
2026-06-04T01:27:29.1360689Z    Compiling cordyceps v0.3.4
2026-06-04T01:27:29.2200551Z    Compiling parking v2.2.1
2026-06-04T01:27:29.3016428Z    Compiling winnow v1.0.3
2026-06-04T01:27:29.3150613Z    Compiling spin v0.10.0
2026-06-04T01:27:29.4150684Z    Compiling crossbeam-utils v0.8.21
2026-06-04T01:27:29.5381102Z    Compiling futures-buffered v0.2.13
2026-06-04T01:27:29.6670576Z    Compiling futures-lite v2.6.1
2026-06-04T01:27:29.8690611Z    Compiling hyper v1.10.1
2026-06-04T01:27:29.9990342Z    Compiling serial-unix v0.4.0
2026-06-04T01:27:30.2000499Z    Compiling pin-project v1.1.13
2026-06-04T01:27:30.2530564Z    Compiling cipher v0.4.4
2026-06-04T01:27:30.5290635Z    Compiling spki v0.8.0-rc.4
2026-06-04T01:27:30.7550620Z    Compiling digest v0.11.3
2026-06-04T01:27:30.9950142Z    Compiling netlink-packet-core v0.8.1
2026-06-04T01:27:31.4380669Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-04T01:27:31.8388811Z    Compiling tokio-rustls v0.26.4
2026-06-04T01:27:32.2032059Z    Compiling vergen v9.1.0
2026-06-04T01:27:32.2195715Z    Compiling vergen-lib v0.1.6
2026-06-04T01:27:32.3076418Z    Compiling noq-udp v0.10.0
2026-06-04T01:27:32.3281447Z    Compiling sync_wrapper v1.0.2
2026-06-04T01:27:32.4050546Z    Compiling universal-hash v0.5.1
2026-06-04T01:27:32.4530591Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-04T01:27:32.5080389Z    Compiling heapless v0.7.17
2026-06-04T01:27:32.6370598Z    Compiling aho-corasick v1.1.4
2026-06-04T01:27:32.6490576Z    Compiling byteorder v1.5.0
2026-06-04T01:27:32.6826402Z    Compiling bitflags v1.3.2
2026-06-04T01:27:32.7288164Z    Compiling pin-utils v0.1.0
2026-06-04T01:27:32.7760847Z    Compiling regex-syntax v0.8.10
2026-06-04T01:27:32.7990755Z    Compiling opaque-debug v0.3.1
2026-06-04T01:27:32.8411770Z    Compiling either v1.16.0
2026-06-04T01:27:32.8693653Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-04T01:27:33.1225773Z    Compiling prefix-trie v0.8.4
2026-06-04T01:27:33.1580588Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-04T01:27:34.0773281Z    Compiling hash32 v0.2.1
2026-06-04T01:27:34.2792904Z    Compiling polyval v0.6.2
2026-06-04T01:27:34.5230581Z    Compiling nix v0.25.1
2026-06-04T01:27:35.0120492Z    Compiling hyper-util v0.1.20
2026-06-04T01:27:35.6952467Z    Compiling regex-automata v0.4.14
2026-06-04T01:27:36.8690671Z    Compiling parking_lot v0.12.5
2026-06-04T01:27:37.8903184Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-04T01:27:37.9852387Z    Compiling serial v0.4.0
2026-06-04T01:27:38.0412991Z    Compiling filedescriptor v0.8.3
2026-06-04T01:27:38.9960659Z    Compiling spin v0.9.8
2026-06-04T01:27:39.2670673Z    Compiling vergen-gitcl v1.0.8
2026-06-04T01:27:39.3830627Z    Compiling futures-executor v0.3.32
2026-06-04T01:27:39.6150842Z    Compiling toml_datetime v0.6.11
2026-06-04T01:27:39.6610459Z    Compiling serde_spanned v0.6.9
2026-06-04T01:27:39.7716501Z    Compiling tower-layer v0.3.3
2026-06-04T01:27:39.9180434Z    Compiling winnow v0.7.15
2026-06-04T01:27:39.9580546Z    Compiling num_threads v0.1.7
2026-06-04T01:27:40.0751202Z    Compiling toml_write v0.1.2
2026-06-04T01:27:40.2624630Z    Compiling downcast-rs v1.2.1
2026-06-04T01:27:40.3110416Z    Compiling shell-words v1.1.1
2026-06-04T01:27:40.4370349Z    Compiling signature v3.0.0
2026-06-04T01:27:40.5511066Z    Compiling ed25519 v3.0.0-rc.4
2026-06-04T01:27:40.9750760Z    Compiling portable-pty v0.8.1
2026-06-04T01:27:41.0960598Z    Compiling time v0.3.47
2026-06-04T01:27:41.4050693Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-04T01:27:41.8418214Z    Compiling futures v0.3.32
2026-06-04T01:27:41.9540660Z    Compiling regex v1.12.3
2026-06-04T01:27:43.0499858Z    Compiling toml_edit v0.22.27
2026-06-04T01:27:43.6110335Z    Compiling ghash v0.5.1
2026-06-04T01:27:43.7050791Z    Compiling proc-macro-crate v3.5.0
2026-06-04T01:27:44.1871010Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-04T01:27:44.4420427Z    Compiling sha2 v0.11.0-rc.5
2026-06-04T01:27:45.1078540Z    Compiling ctr v0.9.2
2026-06-04T01:27:45.3089753Z    Compiling aes v0.8.4
2026-06-04T01:27:45.8720640Z    Compiling http-body-util v0.1.3
2026-06-04T01:27:46.1630598Z    Compiling cobs v0.3.0
2026-06-04T01:27:46.2047839Z    Compiling netlink-sys v0.8.8
2026-06-04T01:27:46.3520387Z    Compiling postcard-derive v0.2.2
2026-06-04T01:27:46.5080733Z    Compiling aead v0.5.2
2026-06-04T01:27:46.6157324Z    Compiling openssl-probe v0.2.1
2026-06-04T01:27:46.7790747Z    Compiling rustls-native-certs v0.8.4
2026-06-04T01:27:46.9410306Z    Compiling postcard v1.1.3
2026-06-04T01:27:47.1120989Z    Compiling aes-gcm v0.10.3
2026-06-04T01:27:47.2790950Z    Compiling toml v0.8.23
2026-06-04T01:27:47.4990653Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-04T01:27:47.8986015Z    Compiling num_enum_derive v0.7.6
2026-06-04T01:27:48.5846631Z    Compiling data-encoding-macro v0.1.20
2026-06-04T01:27:48.6360577Z    Compiling tower v0.5.3
2026-06-04T01:27:49.1671623Z    Compiling crossbeam-channel v0.5.15
2026-06-04T01:27:49.2260820Z    Compiling crossbeam-epoch v0.9.18
2026-06-04T01:27:49.3700636Z    Compiling netlink-packet-route v0.29.0
2026-06-04T01:27:49.4730667Z    Compiling strum_macros v0.28.0
2026-06-04T01:27:49.6716878Z    Compiling iroh-metrics-derive v0.4.1
2026-06-04T01:27:49.9140752Z    Compiling noq v0.18.0
2026-06-04T01:27:50.1060447Z    Compiling netwatch v0.16.0
2026-06-04T01:27:50.1470709Z    Compiling enum-assoc v1.3.0
2026-06-04T01:27:50.2990771Z    Compiling async-trait v0.1.89
2026-06-04T01:27:51.0242044Z    Compiling uuid v1.23.2
2026-06-04T01:27:51.5593103Z    Compiling blake3 v1.8.5
2026-06-04T01:27:51.6008416Z    Compiling acto v0.8.2
2026-06-04T01:27:51.7357201Z    Compiling ryu v1.0.23
2026-06-04T01:27:51.8521110Z    Compiling identity-hash v0.1.0
2026-06-04T01:27:51.9320677Z    Compiling tagptr v0.2.0
2026-06-04T01:27:51.9381275Z    Compiling allocator-api2 v0.2.21
2026-06-04T01:27:52.0951184Z    Compiling lru-slab v0.1.2
2026-06-04T01:27:52.2181602Z    Compiling xml-rs v0.8.28
2026-06-04T01:27:52.4839875Z    Compiling mac-addr v0.3.0
2026-06-04T01:27:52.6703308Z    Compiling rustc-hash v2.1.2
2026-06-04T01:27:52.7615328Z    Compiling sorted-index-buffer v0.2.1
2026-06-04T01:27:52.7710696Z    Compiling foldhash v0.2.0
2026-06-04T01:27:52.9110617Z    Compiling hashbrown v0.16.1
2026-06-04T01:27:52.9370465Z    Compiling noq-proto v0.17.0
2026-06-04T01:27:53.7515145Z    Compiling xmltree v0.10.3
2026-06-04T01:27:53.9637450Z    Compiling strum v0.28.0
2026-06-04T01:27:53.9860308Z    Compiling moka v0.12.15
2026-06-04T01:27:54.0525896Z    Compiling iroh-metrics v0.38.3
2026-06-04T01:27:55.5901120Z    Compiling hickory-net v0.26.0-beta.4
2026-06-04T01:27:55.7010705Z    Compiling tower-http v0.6.11
2026-06-04T01:27:56.2620531Z    Compiling num_enum v0.7.6
2026-06-04T01:27:56.3400603Z    Compiling iroh-relay v0.98.0
2026-06-04T01:27:56.6080663Z    Compiling iroh-base v0.98.0
2026-06-04T01:27:57.7080679Z    Compiling netdev v0.42.0
2026-06-04T01:27:58.7490896Z    Compiling rustls-platform-verifier v0.7.0
2026-06-04T01:27:58.9916719Z    Compiling netlink-proto v0.12.0
2026-06-04T01:27:59.0511151Z    Compiling spt-term v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-04T01:27:59.3067795Z    Compiling n0-watcher v0.6.1
2026-06-04T01:27:59.5783878Z    Compiling hyper-rustls v0.27.9
2026-06-04T01:27:59.8925297Z    Compiling netlink-packet-route v0.30.0
2026-06-04T01:27:59.9700832Z    Compiling attohttpc v0.30.1
2026-06-04T01:28:01.4290346Z    Compiling tokio-stream v0.1.18
2026-06-04T01:28:01.6286350Z    Compiling simple-dns v0.9.3
2026-06-04T01:28:02.1390396Z    Compiling sha1_smol v1.0.1
2026-06-04T01:28:02.3670608Z    Compiling simdutf8 v0.1.5
2026-06-04T01:28:02.6800781Z    Compiling smol_str v0.1.24
2026-06-04T01:28:02.8861298Z    Compiling arrayvec v0.7.6
2026-06-04T01:28:03.1495370Z    Compiling resolv-conf v0.7.6
2026-06-04T01:28:03.5720752Z    Compiling arrayref v0.3.9
2026-06-04T01:28:03.6260592Z    Compiling constant_time_eq v0.4.2
2026-06-04T01:28:04.0719367Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-04T01:28:04.5000737Z    Compiling iroh-dns v0.98.0
2026-06-04T01:28:05.9090773Z    Compiling tokio-websockets v0.13.2
2026-06-04T01:28:06.9430593Z    Compiling igd-next v0.17.1
2026-06-04T01:28:09.1470529Z    Compiling reqwest v0.13.4
2026-06-04T01:28:10.7503080Z    Compiling lru v0.16.4
2026-06-04T01:28:10.9771837Z    Compiling spt-runtime v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-04T01:28:11.1763065Z    Compiling webpki-roots v1.0.7
2026-06-04T01:28:11.2842066Z    Compiling iroh v0.98.2
2026-06-04T01:28:11.4480678Z    Compiling hmac v0.12.1
2026-06-04T01:28:11.5191736Z    Compiling serde_bytes v0.11.19
2026-06-04T01:28:11.5700813Z    Compiling seize v0.5.1
2026-06-04T01:28:11.7840661Z    Compiling cmov v0.5.4
2026-06-04T01:28:11.9611145Z    Compiling papaya v0.2.4
2026-06-04T01:28:12.0733318Z    Compiling ctutils v0.4.2
2026-06-04T01:28:12.3800792Z    Compiling hkdf v0.12.4
2026-06-04T01:28:12.5210804Z    Compiling portmapper v0.16.0
2026-06-04T01:28:12.5970919Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-04T01:28:15.2674934Z    Compiling backon v1.6.0
2026-06-04T01:28:15.5340354Z    Compiling spake2 v0.4.0
2026-06-04T01:28:15.8870595Z    Compiling sha1 v0.10.6
2026-06-04T01:28:16.1350677Z    Compiling doctest-file v1.1.1
2026-06-04T01:28:16.6040570Z    Compiling interprocess v2.4.2
2026-06-04T01:28:16.7831241Z    Compiling spt-live v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-04T01:28:16.9174074Z    Compiling utf8parse v0.2.2
2026-06-04T01:28:16.9964024Z    Compiling anstyle-parse v1.0.0
2026-06-04T01:28:17.1970867Z    Compiling colorchoice v1.0.5
2026-06-04T01:28:17.2804014Z    Compiling anstyle-query v1.1.5
2026-06-04T01:28:17.3533083Z    Compiling anstyle v1.0.14
2026-06-04T01:28:17.4791726Z    Compiling is_terminal_polyfill v1.70.2
2026-06-04T01:28:17.5440494Z    Compiling clap_lex v1.1.0
2026-06-04T01:28:17.6191185Z    Compiling anstream v1.0.0
2026-06-04T01:28:17.6449815Z    Compiling clap_derive v4.6.1
2026-06-04T01:28:18.0210524Z    Compiling clap_builder v4.6.0
2026-06-04T01:28:19.7692945Z    Compiling mock-adapter v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-04T01:28:21.8330746Z    Compiling clap v4.6.1
2026-06-04T01:28:36.7852820Z    Compiling spt-net v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-04T01:28:37.9501525Z    Compiling spt-daemon v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-04T01:28:46.2599595Z    Compiling spt v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-04T01:28:52.4140228Z     Finished `dev` profile [unoptimized] target(s) in 2m 17s
2026-06-04T01:28:52.8694396Z ##[group]Run cargo test --workspace
2026-06-04T01:28:52.8694975Z [36;1mcargo test --workspace[0m
2026-06-04T01:28:52.9028992Z shell: /usr/bin/bash -e {0}
2026-06-04T01:28:52.9029462Z ##[endgroup]
2026-06-04T01:28:53.9378828Z     Finished `test` profile [unoptimized] target(s) in 0.92s
2026-06-04T01:28:53.9655658Z      Running unittests src/main.rs (target/debug/deps/mock_session-56c67cf9296704f6)
2026-06-04T01:28:53.9678262Z 
2026-06-04T01:28:53.9678667Z running 0 tests
2026-06-04T01:28:53.9679568Z      Running tests/manifest_valid.rs (target/debug/deps/manifest_valid-4a649a122140b675)
2026-06-04T01:28:53.9680139Z 
2026-06-04T01:28:53.9680642Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T01:28:53.9681977Z 
2026-06-04T01:28:53.9699002Z 
2026-06-04T01:28:53.9699741Z running 3 tests
2026-06-04T01:28:53.9721308Z test mock_has_no_claude_code_conventions ... ok
2026-06-04T01:28:53.9722193Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-04T01:28:53.9732505Z      Running unittests src/main.rs (target/debug/deps/spt-2de56f9dd22083d5)
2026-06-04T01:28:53.9733268Z test mock_manifest_parses_and_validates ... ok
2026-06-04T01:28:53.9734486Z 
2026-06-04T01:28:53.9734939Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T01:28:53.9735518Z 
2026-06-04T01:28:53.9748389Z 
2026-06-04T01:28:53.9748790Z running 54 tests
2026-06-04T01:28:53.9763388Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-04T01:28:53.9764797Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-04T01:28:53.9766746Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-04T01:28:53.9777971Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-04T01:28:53.9778737Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-04T01:28:53.9779685Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-04T01:28:53.9786556Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-04T01:28:53.9796149Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-04T01:28:53.9797268Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-04T01:28:53.9798315Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-04T01:28:53.9799131Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-04T01:28:53.9800043Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-04T01:28:53.9801575Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-04T01:28:53.9802338Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-04T01:28:54.0450920Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-04T01:28:54.0454027Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-04T01:28:54.0454957Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-04T01:28:54.0458552Z test api::reporting::tests::history_log_appends ... ok
2026-06-04T01:28:54.0469604Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-04T01:28:54.0470419Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-04T01:28:54.0632309Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-04T01:28:54.0751135Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-04T01:28:54.0808914Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-04T01:28:54.0876075Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-04T01:28:54.0932439Z test api::startup::tests::missing_seed_refused ... ok
2026-06-04T01:28:54.0939357Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-04T01:28:54.0953338Z test api::tests::adapter_is_required ... ok
2026-06-04T01:28:54.0960237Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-04T01:28:54.0964393Z test api::tests::state_value_is_validated ... ok
2026-06-04T01:28:54.0982970Z test api::tests::surface_parses ... ok
2026-06-04T01:28:54.1007987Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-04T01:28:54.1070734Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-04T01:28:54.1078895Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-04T01:28:54.1082225Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-04T01:28:54.1086253Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-04T01:28:54.1097956Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-04T01:28:54.1107316Z test cli::tests::digest_flag_defaults ... ok
2026-06-04T01:28:54.1108264Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-04T01:28:54.1109416Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-04T01:28:54.1138811Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-04T01:28:54.1139912Z test cli::tests::invalid_usage_errors ... ok
2026-06-04T01:28:54.1140766Z test cli::tests::pair_show_totp_subnet_and_create_new_conflict ... ok
2026-06-04T01:28:54.1141689Z test cli::tests::pair_show_totp_arg_shapes_parse ... ok
2026-06-04T01:28:54.1144954Z test cli::tests::ring_timeout_defaults ... ok
2026-06-04T01:28:54.1145879Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-04T01:28:54.1147721Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-04T01:28:54.1148413Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-04T01:28:54.1149056Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-04T01:28:54.1150050Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-04T01:28:54.1151025Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-04T01:28:54.1151927Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-04T01:28:54.1193397Z test cli::tests::subcommands_parse ... ok
2026-06-04T01:28:54.1429557Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-04T01:28:54.1435632Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-04T01:28:54.1436546Z 
2026-06-04T01:28:54.1437168Z test result: ok. 54 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
2026-06-04T01:28:54.1437764Z 
2026-06-04T01:28:54.1445630Z      Running tests/contract_e2e.rs (target/debug/deps/contract_e2e-b5831adaefdb10a0)
2026-06-04T01:28:54.1462139Z 
2026-06-04T01:28:54.1462416Z running 4 tests
2026-06-04T01:28:54.4391674Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-04T01:28:54.4517994Z SEEDED:211087
2026-06-04T01:28:54.7286373Z test live_agent_lifecycle_e2e ... ok
2026-06-04T01:28:54.8019734Z test mock_adapter_drives_the_full_contract ... ok
2026-06-04T01:28:54.8286421Z SEEDED:211087
2026-06-04T01:28:55.0670087Z test seed_then_listen_binds_and_relays ... ok
2026-06-04T01:28:55.0670525Z 
2026-06-04T01:28:55.0670959Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.92s
2026-06-04T01:28:55.0671551Z 
2026-06-04T01:28:55.0676830Z      Running unittests src/lib.rs (target/debug/deps/spt_daemon-10db666e5d9d594a)
2026-06-04T01:28:55.0715257Z 
2026-06-04T01:28:55.0715940Z running 79 tests
2026-06-04T01:28:55.0718007Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-04T01:28:55.0730750Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-04T01:28:55.0731518Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-04T01:28:55.0739989Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-04T01:28:55.0740789Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-04T01:28:55.0742016Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-04T01:28:55.0744067Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-04T01:28:55.0745020Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-04T01:28:55.0745724Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-04T01:28:55.0746359Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-04T01:28:55.0747402Z test config::tests::missing_file_is_default ... ok
2026-06-04T01:28:55.0750440Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-04T01:28:55.0752660Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-04T01:28:55.0753437Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-04T01:28:55.0754608Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-04T01:28:55.0755323Z test config::tests::save_load_roundtrip ... ok
2026-06-04T01:28:55.0755985Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-04T01:28:55.0764629Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-04T01:28:55.0778618Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-04T01:28:55.0790445Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-04T01:28:55.0795708Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-04T01:28:55.0805308Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-04T01:28:55.0807405Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-04T01:28:55.0823352Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-04T01:28:55.0834764Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-04T01:28:55.0836063Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-04T01:28:55.0840309Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-04T01:28:55.0846968Z test digesthub::tests::render_is_glanceable ... ok
2026-06-04T01:28:55.0848069Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-04T01:28:55.0849292Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-04T01:28:55.0850296Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-04T01:28:55.0865338Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-04T01:28:55.0870325Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-04T01:28:55.0929086Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-04T01:28:55.0944735Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-04T01:28:55.0945820Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-04T01:28:55.0947220Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-04T01:28:55.0947989Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-04T01:28:55.0948610Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-04T01:28:55.0949633Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-04T01:28:55.0972128Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-04T01:28:55.1030370Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-04T01:28:55.1255886Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-04T01:28:55.1268347Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-04T01:28:55.1591672Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-04T01:28:55.1631661Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-04T01:28:55.1647656Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-04T01:28:55.1971370Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-04T01:28:55.1973110Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-04T01:28:55.1975543Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-04T01:28:55.1977068Z test msg::tests::output_envelope_round_trips ... ok
2026-06-04T01:28:55.1977989Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-04T01:28:55.1982924Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-04T01:28:55.2184181Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-04T01:28:55.2298301Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-04T01:28:55.2337540Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-04T01:28:55.2338895Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-04T01:28:55.2369926Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-04T01:28:55.2387796Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-04T01:28:55.2388730Z test release::tests::hex_roundtrips ... ok
2026-06-04T01:28:55.2395569Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-04T01:28:55.2402839Z test release::tests::revoked_key_is_rejected ... ok
2026-06-04T01:28:55.2415184Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-04T01:28:55.2421980Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-04T01:28:55.2433587Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-04T01:28:55.2434285Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-04T01:28:55.3251740Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-04T01:28:55.3861364Z test relay::tests::run_honors_stop ... ok
2026-06-04T01:28:55.3864232Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-04T01:28:55.3866576Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-04T01:28:55.3867322Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-04T01:28:55.3868073Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-04T01:28:55.3868900Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-04T01:28:55.3870125Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-04T01:28:55.3888682Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-04T01:28:55.3899038Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-04T01:28:55.3920599Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-04T01:28:55.3979585Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-04T01:28:55.4037491Z test seedmap::tests::take_absent_is_none ... ok
2026-06-04T01:28:55.4037897Z 
2026-06-04T01:28:55.4038322Z test result: ok. 79 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.33s
2026-06-04T01:28:55.4038950Z 
2026-06-04T01:28:55.4057501Z      Running tests/brain_swap.rs (target/debug/deps/brain_swap-a5baf0379b46558f)
2026-06-04T01:28:55.4075072Z 
2026-06-04T01:28:55.4075352Z running 1 test
2026-06-04T01:28:55.4111639Z test brain_only_update_swaps_logic_with_zero_endpoint_interruption ... ok
2026-06-04T01:28:55.4112185Z 
2026-06-04T01:28:55.4112597Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T01:28:55.4113158Z 
2026-06-04T01:28:55.4115336Z      Running tests/broker.rs (target/debug/deps/broker-c964d1dcf920aa0d)
2026-06-04T01:28:55.4132991Z 
2026-06-04T01:28:55.4133313Z running 1 test
2026-06-04T01:28:55.4156412Z test broker_hosts_pty_child_streams_output_and_accepts_input ... ok
2026-06-04T01:28:55.4156907Z 
2026-06-04T01:28:55.4157296Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T01:28:55.4157862Z 
2026-06-04T01:28:55.4160439Z      Running tests/daemon_e2e.rs (target/debug/deps/daemon_e2e-81434a6d51594ae9)
2026-06-04T01:28:55.4179691Z 
2026-06-04T01:28:55.4180062Z running 1 test
2026-06-04T01:28:55.4594778Z test daemon_hosts_lifecycle_and_survives_brain_restart ... ok
2026-06-04T01:28:55.4595242Z 
2026-06-04T01:28:55.4596067Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
2026-06-04T01:28:55.4596627Z 
2026-06-04T01:28:55.4602011Z      Running tests/digest.rs (target/debug/deps/digest-cb3f83902645d052)
2026-06-04T01:28:55.4624101Z 
2026-06-04T01:28:55.4624447Z running 1 test
2026-06-04T01:28:55.5505869Z test digest_daemon_half_end_to_end ... ok
2026-06-04T01:28:55.5506366Z 
2026-06-04T01:28:55.5510051Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
2026-06-04T01:28:55.5510657Z 
2026-06-04T01:28:55.5515947Z      Running tests/handoff.rs (target/debug/deps/handoff-b14fb59b1158725c)
2026-06-04T01:28:55.5534422Z 
2026-06-04T01:28:55.5534719Z running 1 test
2026-06-04T01:28:55.5588602Z test brain_restart_survives_gaplessly_with_fresh_gen_start ... ok
2026-06-04T01:28:55.5589865Z 
2026-06-04T01:28:55.5590296Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-04T01:28:55.5590889Z 
2026-06-04T01:28:55.5593434Z      Running tests/idempotent.rs (target/debug/deps/idempotent-3617b192656ee988)
2026-06-04T01:28:55.5611186Z 
2026-06-04T01:28:55.5611489Z running 1 test
2026-06-04T01:28:55.6151642Z test pty_writes_are_exactly_once_across_brain_crashes ... ok
2026-06-04T01:28:55.6152304Z 
2026-06-04T01:28:55.6152977Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
2026-06-04T01:28:55.6153562Z 
2026-06-04T01:28:55.6158169Z      Running tests/netbroker.rs (target/debug/deps/netbroker-b81c871a68665cd1)
2026-06-04T01:28:55.6191954Z 
2026-06-04T01:28:55.6192302Z running 5 tests
2026-06-04T01:28:55.6216511Z test netless_broker_probes_gracefully ... ok
2026-06-04T01:28:55.6427174Z test broker_owns_endpoint_and_reports_status ... ok
2026-06-04T01:28:55.6461347Z test unknown_net_frame_is_reported_not_fatal ... ok
2026-06-04T01:28:55.6680500Z test brain_dials_second_broker_over_loopback ... ok
2026-06-04T01:28:55.6754022Z test replayed_dial_op_is_deduped_across_brain_restart ... ok
2026-06-04T01:28:55.6759625Z 
2026-06-04T01:28:55.6760170Z test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
2026-06-04T01:28:55.6760762Z 
2026-06-04T01:28:55.6781362Z      Running tests/netstream.rs (target/debug/deps/netstream-d65c32b743a568f9)
2026-06-04T01:28:55.6813873Z 
2026-06-04T01:28:55.6814203Z running 2 tests
2026-06-04T01:28:55.7728666Z test sender_brain_restart_redrive_is_exactly_once ... ok
2026-06-04T01:28:55.8060479Z test receiver_brain_restart_is_gapless_and_exactly_once ... ok
2026-06-04T01:28:55.8061010Z 
2026-06-04T01:28:55.8061443Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
2026-06-04T01:28:55.8062019Z 
2026-06-04T01:28:55.8083798Z      Running unittests src/lib.rs (target/debug/deps/spt_live-8ea172bffb47acaf)
2026-06-04T01:28:55.8098446Z 
2026-06-04T01:28:55.8098721Z running 35 tests
2026-06-04T01:28:55.8101586Z test context::tests::direct_always_writes ... ok
2026-06-04T01:28:55.8102925Z test context::tests::llm_over_llm_writes ... ok
2026-06-04T01:28:55.8110369Z test context::tests::llm_past_window_writes ... ok
2026-06-04T01:28:55.8112755Z test context::tests::llm_within_window_suppressed ... ok
2026-06-04T01:28:55.8114871Z test context::tests::marker_round_trips ... ok
2026-06-04T01:28:55.8128266Z test context::tests::write_context_suppresses_stale_llm ... ok
2026-06-04T01:28:55.8128969Z test echo::tests::provenance_is_stamped ... ok
2026-06-04T01:28:55.8321223Z test echo::tests::echo_nonzero_errors ... ok
2026-06-04T01:28:55.8326810Z test echo::tests::echo_child_is_recursion_guarded ... ok
2026-06-04T01:28:55.8328001Z test echo::tests::echo_consumes_history_and_writes_commune ... ok
2026-06-04T01:28:55.8330452Z test history::tests::missing_fetcher_field_errors ... ok
2026-06-04T01:28:55.8332508Z test history::tests::native_missing_log_is_empty ... ok
2026-06-04T01:28:55.8337872Z test history::tests::native_reads_logged_records ... ok
2026-06-04T01:28:55.8352331Z test ingest::tests::both_drops_ingested ... ok
2026-06-04T01:28:55.8357397Z test ingest::tests::commune_drop_is_ingested_and_deleted ... ok
2026-06-04T01:28:55.8361035Z test ingest::tests::no_drops_is_empty ... ok
2026-06-04T01:28:55.8365908Z test ingest::tests::stale_commune_suppressed_but_deleted ... ok
2026-06-04T01:28:55.8366902Z test psyche::tests::prompt_includes_time_and_event ... ok
2026-06-04T01:28:55.8367506Z test psyche::tests::prompt_without_event ... ok
2026-06-04T01:28:55.8530088Z test history::tests::fetcher_yields_records ... ok
2026-06-04T01:28:55.8533581Z test history::tests::locate_normalize_reads_and_normalizes ... ok
2026-06-04T01:28:55.8584508Z test psyche::tests::spawn_binds_nested_perch_and_sets_guard ... ok
2026-06-04T01:28:55.8588371Z test pulse::tests::echo_gate_fires_exactly_once ... ok
2026-06-04T01:28:55.8593285Z test pulse::tests::tick_ingests_drops ... ok
2026-06-04T01:28:55.8596839Z test pulse::tests::tick_reports_idle ... ok
2026-06-04T01:28:55.8813919Z test resume::tests::continue_existing_resumes_session ... ok
2026-06-04T01:28:55.8816160Z test resume::tests::download_reads_stored_context ... ok
2026-06-04T01:28:55.9033853Z test resume::tests::fresh_with_preload_launches_preloaded ... ok
2026-06-04T01:28:55.9034622Z test signoff::tests::echo_precedes_signoff_compose ... ok
2026-06-04T01:28:55.9035513Z test signoff::tests::missing_session_skips_echo ... ok
2026-06-04T01:28:55.9036337Z test signoff::tests::recovered_self_is_not_signed_off ... ok
2026-06-04T01:28:55.9038790Z test resume::tests::missing_key_errors_before_spawn ... ok
2026-06-04T01:28:55.9039544Z test signoff::tests::stale_signoff_swept ... ok
2026-06-04T01:28:55.9042336Z test signoff::tests::boundary_writes_resume_commune ... ok
2026-06-04T01:28:56.1170999Z test history::tests::fetcher_timeout_errors ... ok
2026-06-04T01:28:56.1171703Z 
2026-06-04T01:28:56.1172319Z test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
2026-06-04T01:28:56.1173154Z 
2026-06-04T01:28:56.1180052Z      Running unittests src/lib.rs (target/debug/deps/spt_msg-9a1da0a4c0bd2509)
2026-06-04T01:28:56.1193925Z 
2026-06-04T01:28:56.1194336Z running 22 tests
2026-06-04T01:28:56.1200072Z test deliver::tests::deferred_send_validates ... ok
2026-06-04T01:28:56.1565144Z test deliver::tests::deferred_send_skips_stream_drain_survives_for_hook ... ok
2026-06-04T01:28:56.1722243Z test deliver::tests::online_delivers_via_tcp_without_spooling ... ok
2026-06-04T01:28:56.1766269Z test deliver::tests::send_outcome_mapping ... ok
2026-06-04T01:28:56.1853328Z test deliver::tests::recycled_pid_address_does_not_misdeliver ... ok
2026-06-04T01:28:56.2027260Z test deliver::tests::offline_existing_perch_spools ... ok
2026-06-04T01:28:56.2051336Z test listener::tests::bind_registers_and_round_trips ... ok
2026-06-04T01:28:56.2188385Z test listener::tests::blocking_accepts_within_window ... ok
2026-06-04T01:28:56.2397429Z test listener::tests::drop_unregisters_address ... ok
2026-06-04T01:28:56.2555485Z test ready::tests::backlog_drains_on_start ... ok
2026-06-04T01:28:56.2841226Z test ready::tests::recv_gets_live_tcp_message ... ok
2026-06-04T01:28:56.2930735Z test ready::tests::start_registers_resolvable_perch ... ok
2026-06-04T01:28:56.2931713Z test ring::tests::ring_no_perch ... ok
2026-06-04T01:28:56.3039474Z test listener::tests::blocking_times_out_when_idle ... ok
2026-06-04T01:28:56.3344208Z test ring::tests::ring_offline_target_queues_and_cleans_up ... ok
2026-06-04T01:28:56.3345160Z test wire::tests::format_empty_from_is_anonymous ... ok
2026-06-04T01:28:56.3345950Z test wire::tests::format_with_from_prepends_reply_to ... ok
2026-06-04T01:28:56.3349848Z test wire::tests::frame_round_trips_over_loopback ... ok
2026-06-04T01:28:56.3352147Z test wire::tests::oversized_length_prefix_rejected ... ok
2026-06-04T01:28:56.3426974Z test ring::tests::ring_gets_reply_and_cleans_up ... ok
2026-06-04T01:28:56.3617328Z test ready::tests::soft_cleanup_preserves_spool_and_info ... ok
2026-06-04T01:28:56.6236412Z test ring::tests::ring_timeout_cleans_up ... ok
2026-06-04T01:28:56.6236827Z 
2026-06-04T01:28:56.6237687Z test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
2026-06-04T01:28:56.6238285Z 
2026-06-04T01:28:56.6241024Z      Running tests/killer_quickstart.rs (target/debug/deps/killer_quickstart-c79872f652e233f3)
2026-06-04T01:28:56.6257169Z 
2026-06-04T01:28:56.6257658Z running 2 tests
2026-06-04T01:28:56.7277049Z test offline_then_online_delivers_backlog ... ok
2026-06-04T01:28:56.7615106Z test two_agents_exchange_message_tcp_and_spool ... ok
2026-06-04T01:28:56.7615533Z 
2026-06-04T01:28:56.7623115Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
2026-06-04T01:28:56.7623832Z 
2026-06-04T01:28:56.7624209Z      Running unittests src/lib.rs (target/debug/deps/spt_net-36bf97430049602f)
2026-06-04T01:28:56.7654935Z 
2026-06-04T01:28:56.7655336Z running 67 tests
2026-06-04T01:28:56.7662887Z test net::endpoint::tests::mdns_discovery_connects_by_id ... ignored, needs LAN multicast; run with --ignored or on the D9 two-host rig
2026-06-04T01:28:56.7664017Z test net::pairing::ratelimit::tests::backoff_curve_doubles_then_caps ... ok
2026-06-04T01:28:56.7664871Z test net::pairing::ratelimit::tests::abandoned_ceremony_is_reclaimed_and_charged ... ok
2026-06-04T01:28:56.7665717Z test net::pairing::ratelimit::tests::backoff_is_per_subnet ... ok
2026-06-04T01:28:56.7666485Z test net::pairing::ratelimit::tests::failures_impose_exponential_backoff ... ok
2026-06-04T01:28:56.7667380Z test net::pairing::ratelimit::tests::first_ceremony_is_free_and_success_resets ... ok
2026-06-04T01:28:56.7668239Z test net::pairing::ratelimit::tests::one_active_ceremony_per_subnet ... ok
2026-06-04T01:28:56.7681613Z test net::pairing::ratelimit::tests::success_clears_accumulated_backoff ... ok
2026-06-04T01:28:56.7690141Z test net::pairing::rendezvous::tests::distinct_same_length_names_diverge ... ok
2026-06-04T01:28:56.7691031Z test net::pairing::rendezvous::tests::length_prefix_prevents_boundary_collision ... ok
2026-06-04T01:28:56.7691873Z test net::pairing::rendezvous::tests::token_is_deterministic ... ok
2026-06-04T01:28:56.7692627Z test net::pairing::rendezvous::tests::token_varies_with_name_and_step ... ok
2026-06-04T01:28:56.7693414Z test net::pairing::rendezvous::tests::window_is_three_adjacent_tokens ... ok
2026-06-04T01:28:56.7700356Z test net::pairing::spake::tests::reflected_role_is_rejected_by_pake ... ok
2026-06-04T01:28:56.7721580Z test net::pairing::spake::tests::matching_code_pairs_and_agrees_on_key ... ok
2026-06-04T01:28:56.7770773Z test net::pairing::spake::tests::stale_epoch_fails ... ok
2026-06-04T01:28:56.7780000Z test net::pairing::spake::tests::stale_step_fails ... ok
2026-06-04T01:28:56.7810849Z test net::pairing::spake::tests::substituted_pubkey_fails ... ok
2026-06-04T01:28:56.7850317Z test net::endpoint::tests::endpoint_id_binds_to_identity ... ok
2026-06-04T01:28:56.7861300Z test net::pairing::spake::tests::tampered_tag_fails ... ok
2026-06-04T01:28:56.7883832Z test net::pairing::totp::tests::code_at_is_six_zero_padded_digits ... ok
2026-06-04T01:28:56.7894626Z test net::pairing::totp::tests::debug_redacts_seed ... ok
2026-06-04T01:28:56.7920779Z test net::pairing::spake::tests::wrong_code_fails_at_confirmation_not_spake ... ok
2026-06-04T01:28:56.7950955Z test net::pairing::totp::tests::generated_seeds_are_distinct ... ok
2026-06-04T01:28:56.7969091Z test net::pairing::totp::tests::matches_rfc6238_appendix_b_vectors ... ok
2026-06-04T01:28:56.8000611Z test net::pairing::totp::tests::otpauth_uri_is_well_formed_and_encoded ... ok
2026-06-04T01:28:56.8030360Z test net::pairing::totp::tests::time_step_is_floor_unix_over_period ... ok
2026-06-04T01:28:56.8057722Z test net::pairing::totp::tests::window_accepts_plus_minus_one_only ... ok
2026-06-04T01:28:56.8090407Z test net::pairing::totp::tests::seed_round_trips_through_base32 ... ok
2026-06-04T01:28:56.8112518Z test net::pairing::transcript::tests::diverged_shared_secret_fails_verification ... ok
2026-06-04T01:28:56.8151429Z test net::pairing::transcript::tests::length_prefixing_prevents_boundary_collision ... ok
2026-06-04T01:28:56.8177796Z test net::pairing::transcript::tests::each_bound_field_changes_the_tag ... ok
2026-06-04T01:28:56.8220356Z test net::pairing::spake::tests::wrong_subnet_fails ... ok
2026-06-04T01:28:56.8243874Z test net::pairing::transcript::tests::message_order_is_bound ... ok
2026-06-04T01:28:56.8261951Z test net::pairing::transcript::tests::matching_tag_verifies_and_roles_differ ... ok
2026-06-04T01:28:56.8298828Z test net::pairing::transcript::tests::pake_identity_binds_role_and_context ... ok
2026-06-04T01:28:56.8328366Z test net::pairing::wire::tests::frame_codec_round_trips_and_rejects_garbage ... ok
2026-06-04T01:28:56.8359414Z test net::endpoint::tests::two_endpoints_loopback_echo ... ok
2026-06-04T01:28:56.8390387Z test net::pairing::wire::tests::busy_subnet_refuses_ceremony ... ok
2026-06-04T01:28:56.8505239Z test net::pairing::wire::tests::create_new_then_join_learns_named_subnet ... ok
2026-06-04T01:28:56.8556704Z test net::pairing::wire::tests::loopback_pairs_and_pins_both_sides ... ok
2026-06-04T01:28:56.8955531Z test net::pairing::wire::tests::stale_step_is_rejected ... ok
2026-06-04T01:28:56.8980610Z test net::registry::tests::advertise_if_visible_gates_before_join ... ok
2026-06-04T01:28:56.8999103Z test net::registry::tests::distinct_nodes_are_separate_instances ... ok
2026-06-04T01:28:56.9000857Z test net::registry::tests::equal_epoch_replay_is_stale_noop ... ok
2026-06-04T01:28:56.9002071Z test net::registry::tests::excluded_endpoint_is_not_routable_even_via_node_pin ... ok
2026-06-04T01:28:56.9003397Z test net::registry::tests::exclusion_prunes_cross_subnet_ambiguity ... ok
2026-06-04T01:28:56.9004478Z test net::registry::tests::join_collides_even_with_offline_holder ... ok
2026-06-04T01:28:56.9005656Z test net::registry::tests::join_colliding_id_on_other_node_refuses_untouched ... ok
2026-06-04T01:28:56.9006646Z test net::registry::tests::join_fresh_id_is_inserted ... ok
2026-06-04T01:28:56.9007601Z test net::registry::tests::join_same_name_in_different_subnet_is_legal ... ok
2026-06-04T01:28:56.9008621Z test net::registry::tests::join_same_node_falls_through_to_lease ... ok
2026-06-04T01:28:56.9010607Z test net::registry::tests::newer_epoch_supersedes_same_node ... ok
2026-06-04T01:28:56.9011615Z test net::pairing::wire::tests::unknown_subnet_is_rejected ... ok
2026-06-04T01:28:56.9012574Z test net::registry::tests::rename_collision_refuses_whole_ripple ... ok
2026-06-04T01:28:56.9013484Z test net::registry::tests::registry_serde_roundtrips ... ok
2026-06-04T01:28:56.9014533Z test net::registry::tests::rename_ripples_rows_across_advertised_subnets ... ok
2026-06-04T01:28:56.9015662Z test net::registry::tests::resolve_across_bare_id_in_two_subnets_refuses ... ok
2026-06-04T01:28:56.9016882Z test net::registry::tests::resolve_across_subnet_qualified_routes_there ... ok
2026-06-04T01:28:56.9018184Z test net::registry::tests::resolve_across_unique_id_resolves ... ok
2026-06-04T01:28:56.9019077Z test net::registry::tests::resolve_multiple_live_nodes_refuses ... ok
2026-06-04T01:28:56.9020126Z test net::registry::tests::resolve_node_qualifier_pins_and_offline_is_not_found ... ok
2026-06-04T01:28:56.9021031Z test net::registry::tests::resolve_prefers_local_instance ... ok
2026-06-04T01:28:56.9021814Z test net::registry::tests::resolve_sole_live_remote_and_skips_offline ... ok
2026-06-04T01:28:56.9022610Z test net::registry::tests::stale_active_cannot_clobber_newer_offline ... ok
2026-06-04T01:28:56.9023337Z test net::pairing::wire::tests::repair_member_keeps_seed ... ok
2026-06-04T01:28:56.9130589Z test net::pairing::wire::tests::wrong_code_fails_and_writes_no_trust ... ok
2026-06-04T01:28:56.9131118Z 
2026-06-04T01:28:56.9131555Z test result: ok. 66 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.15s
2026-06-04T01:28:56.9132159Z 
2026-06-04T01:28:56.9160060Z      Running unittests src/lib.rs (target/debug/deps/spt_proto-8e50513b0f789f86)
2026-06-04T01:28:56.9173676Z 
2026-06-04T01:28:56.9173917Z running 53 tests
2026-06-04T01:28:56.9177402Z test addr::tests::display_round_trips ... ok
2026-06-04T01:28:56.9178079Z test addr::tests::parses_every_qualifier_combination ... ok
2026-06-04T01:28:56.9178745Z test addr::tests::rejects_doubled_delimiters ... ok
2026-06-04T01:28:56.9179649Z test addr::tests::rejects_empty_or_bad_components ... ok
2026-06-04T01:28:56.9188954Z test chunk::tests::malformed_parts_return_none ... ok
2026-06-04T01:28:56.9190148Z test chunk::tests::orphan_group_without_head_is_dropped ... ok
2026-06-04T01:28:56.9190950Z test chunk::tests::missing_middle_part_is_dropped ... ok
2026-06-04T01:28:56.9191859Z test chunk::tests::oversized_line_splits_and_each_part_is_well_formed_and_bounded ... ok
2026-06-04T01:28:56.9209957Z test chunk::tests::short_line_passes_through_unchunked ... ok
2026-06-04T01:28:56.9211414Z test chunk::tests::reassemble_stream_handles_mixed_traffic ... ok
2026-06-04T01:28:56.9217671Z test endpoint::tests::agent_vs_shell_split ... ok
2026-06-04T01:28:56.9218420Z test endpoint::tests::broker_and_node_families ... ok
2026-06-04T01:28:56.9219082Z test endpoint::tests::shell_kind_round_trips ... ok
2026-06-04T01:28:56.9219876Z test endpoint::tests::unknown_tag_tolerated_and_preserved ... ok
2026-06-04T01:28:56.9220570Z test endpoint::tests::day_one_tags_round_trip ... ok
2026-06-04T01:28:56.9221361Z test envelope::tests::decode_is_amp_last_so_literal_entities_do_not_double_decode ... ok
2026-06-04T01:28:56.9222254Z test envelope::tests::from_attr_returns_none_on_garbage_or_empty ... ok
2026-06-04T01:28:56.9223096Z test envelope::tests::body_escape_unescape_round_trips_html_and_newlines ... ok
2026-06-04T01:28:56.9223904Z test envelope::tests::from_attr_unescape_is_amp_last ... ok
2026-06-04T01:28:56.9224638Z test envelope::tests::parser_both_tags_present ... ok
2026-06-04T01:28:56.9225692Z test envelope::tests::parser_empty_body_is_some_empty_and_nested_tags_preserved ... ok
2026-06-04T01:28:56.9228502Z test envelope::tests::parser_no_tags_falls_back_whole_payload_to_live ... ok
2026-06-04T01:28:56.9229415Z test envelope::tests::parser_out_of_order_tags_both_extracted ... ok
2026-06-04T01:28:56.9230213Z test envelope::tests::parser_unclosed_live_tag_does_not_scoop_project ... ok
2026-06-04T01:28:56.9230909Z test event::tests::alarm_event_round_trips ... ok
2026-06-04T01:28:56.9231446Z test event::tests::attr_decode_is_amp_last ... ok
2026-06-04T01:28:56.9231970Z test event::tests::attr_order_preserved ... ok
2026-06-04T01:28:56.9232566Z test event::tests::body_with_literal_event_tokens_round_trips ... ok
2026-06-04T01:28:56.9233211Z test event::tests::empty_body_envelope_parses ... ok
2026-06-04T01:28:56.9233750Z test event::tests::msg_event_round_trips ... ok
2026-06-04T01:28:56.9234336Z test event::tests::typed_predicate_rejects_partials ... ok
2026-06-04T01:28:56.9234980Z test event::tests::typed_envelope_detected_and_parsed ... ok
2026-06-04T01:28:56.9235645Z test event::tests::malformed_inputs_return_none_without_panic ... ok
2026-06-04T01:28:56.9236289Z test id::tests::accepts_plain_and_composite_ids ... ok
2026-06-04T01:28:56.9236847Z test id::tests::rejects_empty_and_overlong ... ok
2026-06-04T01:28:56.9237373Z test id::tests::accepts_japanese_scripts ... ok
2026-06-04T01:28:56.9237911Z test id::tests::reserves_address_delimiters ... ok
2026-06-04T01:28:56.9238488Z test identity::tests::bad_inputs_error_without_panic ... ok
2026-06-04T01:28:56.9249654Z test id::tests::rejects_path_whitespace_and_control ... ok
2026-06-04T01:28:56.9258676Z test id::tests::reports_bad_char_position ... ok
2026-06-04T01:28:56.9259660Z test identity::tests::public_key_hex_round_trips ... ok
2026-06-04T01:28:56.9260305Z test identity::tests::known_answer_fixed_seed_is_stable ... ok
2026-06-04T01:28:56.9260998Z test payload::tests::binary_blob_round_trips_all_byte_values ... ok
2026-06-04T01:28:56.9261723Z test payload::tests::blob_padding_lengths_round_trip ... ok
2026-06-04T01:28:56.9262328Z test payload::tests::command_payload_round_trips ... ok
2026-06-04T01:28:56.9262902Z test payload::tests::text_payload_round_trips ... ok
2026-06-04T01:28:56.9263891Z test payload::tests::unknown_or_malformed_decodes_to_none ... ok
2026-06-04T01:28:56.9264562Z test version::tests::current_version_self_compatible ... ok
2026-06-04T01:28:56.9265228Z test version::tests::n_minus_one_window_accepts_and_rejects ... ok
2026-06-04T01:28:56.9265914Z test version::tests::window_floor_saturates_at_zero ... ok
2026-06-04T01:28:56.9266485Z test payload::tests::base64_known_vectors ... ok
2026-06-04T01:28:56.9267028Z test identity::tests::sign_verify_round_trip ... ok
2026-06-04T01:28:56.9476771Z test chunk::tests::split_then_reassemble_is_byte_identity ... ok
2026-06-04T01:28:56.9477242Z 
2026-06-04T01:28:56.9477640Z test result: ok. 53 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
2026-06-04T01:28:56.9478529Z 
2026-06-04T01:28:56.9480906Z      Running unittests src/lib.rs (target/debug/deps/spt_runtime-94aa8d65eda74f32)
2026-06-04T01:28:56.9495487Z 
2026-06-04T01:28:56.9495745Z running 21 tests
2026-06-04T01:28:56.9502942Z test manifest::tests::harness_kind_with_shell_section_fails_validation ... ok
2026-06-04T01:28:56.9503921Z test manifest::tests::fetcher_strategy_requires_fetcher_field ... ok
2026-06-04T01:28:56.9505533Z test manifest::tests::inject_env_without_value_fails_validation ... ok
2026-06-04T01:28:56.9509008Z test manifest::tests::minimal_header_only_manifest_is_valid ... ok
2026-06-04T01:28:56.9509881Z test manifest::tests::pty_digest_minimal_defaults ... ok
2026-06-04T01:28:56.9510873Z test manifest::tests::pty_digest_requires_both_boundaries ... ok
2026-06-04T01:28:56.9514513Z test manifest::tests::harness_fixture_parses_all_sections ... ok
2026-06-04T01:28:56.9518425Z test manifest::tests::shell_fixture_parses ... ok
2026-06-04T01:28:56.9539580Z test manifest::tests::syntactically_broken_toml_is_an_error_not_a_panic ... ok
2026-06-04T01:28:56.9557150Z test manifest::tests::shell_kind_without_shell_section_fails_validation ... ok
2026-06-04T01:28:56.9565088Z test manifest::tests::unknown_enum_variant_is_an_error_not_a_panic ... ok
2026-06-04T01:28:56.9565904Z test manifest::tests::update_avenue_content_signing_fields ... ok
2026-06-04T01:28:56.9566606Z test manifest::tests::pty_digest_round_trips ... ok
2026-06-04T01:28:56.9567219Z test runtime::tests::fills_known_placeholders ... ok
2026-06-04T01:28:56.9567858Z test runtime::tests::missing_key_errors_before_spawn ... ok
2026-06-04T01:28:56.9568502Z test manifest::tests::round_trips_through_toml ... ok
2026-06-04T01:28:56.9569375Z test runtime::tests::spawn_session_detached_returns_pid ... ok
2026-06-04T01:28:56.9570072Z test runtime::tests::tokenize_honors_double_quotes ... ok
2026-06-04T01:28:56.9570644Z test runtime::tests::unknown_role_errors ... ok
2026-06-04T01:28:56.9745621Z test runtime::tests::bounded_run_captures_success ... ok
2026-06-04T01:28:57.2573525Z test runtime::tests::bounded_run_kills_on_timeout ... ok
2026-06-04T01:28:57.2574068Z 
2026-06-04T01:28:57.2574608Z test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
2026-06-04T01:28:57.2575314Z 
2026-06-04T01:28:57.2580598Z      Running unittests src/lib.rs (target/debug/deps/spt_store-ac6263a6836053ac)
2026-06-04T01:28:57.2596957Z 
2026-06-04T01:28:57.2597226Z running 77 tests
2026-06-04T01:28:57.2600900Z test atomic::tests::retry_absorbs_transient_then_succeeds ... ok
2026-06-04T01:28:57.2610249Z test atomic::tests::retry_does_not_retry_non_transient ... ok
2026-06-04T01:28:57.2610956Z test atomic::tests::retry_gives_up_after_max_attempts ... ok
2026-06-04T01:28:57.2611606Z test atomic::tests::to_forward_slash_strips_unc_prefix ... ok
2026-06-04T01:28:57.2612229Z test atomic::tests::atomic_write_bytes_round_trips ... ok
2026-06-04T01:28:57.2622914Z test atomic::tests::atomic_write_creates_and_replaces ... ok
2026-06-04T01:28:57.2623924Z test epoch::tests::corrupt_or_absent_file_degrades_safely ... ok
2026-06-04T01:28:57.2629620Z test epoch::tests::next_is_strictly_increasing_from_one ... ok
2026-06-04T01:28:57.2630600Z test epoch::tests::counter_persists_across_reload ... ok
2026-06-04T01:28:57.2635030Z test history::tests::appends_one_record_per_line ... ok
2026-06-04T01:28:57.2635947Z test info::tests::corrupt_content_returns_none ... ok
2026-06-04T01:28:57.2636865Z test info::tests::busy_sentinel_round_trips_and_read_pid_is_none ... ok
2026-06-04T01:28:57.2637736Z test info::tests::read_pid_tolerates_schema_minimal ... ok
2026-06-04T01:28:57.2638512Z test info::tests::write_read_round_trip ... ok
2026-06-04T01:28:57.2639715Z test liveness::tests::busy_and_missing_keep_interim_parity ... ok
2026-06-04T01:28:57.2648757Z test liveness::tests::daemon_hosted_offline_overrides_live_pid ... ok
2026-06-04T01:28:57.2657612Z test info::tests::set_last_active_stamps_recency ... ok
2026-06-04T01:28:57.2658628Z test info::tests::set_status_marks_existing_record ... ok
2026-06-04T01:28:57.2659462Z test liveness::tests::daemon_hosted_online_survives_dead_pid ... ok
2026-06-04T01:28:57.2661421Z test nodeid::tests::corrupt_key_errors_never_regenerates ... ok
2026-06-04T01:28:57.2666622Z test liveness::tests::external_perch_still_pid_probes ... ok
2026-06-04T01:28:57.2667720Z test liveness::tests::registry_entry_keys_on_status_for_hosted_rows ... ok
2026-06-04T01:28:57.2669451Z test perch::tests::child_files_route_through_one_resolver ... ok
2026-06-04T01:28:57.2670505Z test perch::tests::classification_matrix ... ok
2026-06-04T01:28:57.2672825Z test perch::tests::explicit_parent_wins_over_infer ... ok
2026-06-04T01:28:57.2680854Z test nodeid::tests::seed_hex_round_trips ... ok
2026-06-04T01:28:57.2686497Z test perch::tests::list_self_perch_ids_enumerates_bound_top_level ... ok
2026-06-04T01:28:57.2687320Z test nodeid::tests::create_then_load_is_stable ... ok
2026-06-04T01:28:57.2687998Z test perch::tests::spt_home_is_pure_and_honors_env ... ok
2026-06-04T01:28:57.2688800Z test perch::tests::resolve_psyche_and_worker_nest_under_parent ... ok
2026-06-04T01:28:57.2690601Z test proc::tests::current_process_is_alive ... ok
2026-06-04T01:28:57.2691205Z test perch::tests::resolve_self_is_flat ... ok
2026-06-04T01:28:57.2692333Z test proc::tests::pid_zero_is_dead_on_every_os ... ok
2026-06-04T01:28:57.2693215Z test proc::tests::parent_pid_resolves_and_is_alive ... ok
2026-06-04T01:28:57.2694044Z test proc::tests::unassigned_pid_is_dead ... ok
2026-06-04T01:28:57.3175878Z test info::tests::concurrent_read_during_writes_never_torn ... ok
2026-06-04T01:28:57.3431560Z test registry::tests::clean_removes_dead_keeps_live ... ok
2026-06-04T01:28:57.3432491Z test registry::tests::clean_keys_on_status_for_daemon_hosted_rows ... ok
2026-06-04T01:28:57.3511716Z test registry::tests::register_and_lookup ... ok
2026-06-04T01:28:57.3835985Z test registry::tests::resolve_on_empty_registry_is_none_not_error ... ok
2026-06-04T01:28:57.3846796Z test rename::tests::live_nested_child_blocks_rename ... ok
2026-06-04T01:28:57.3847835Z test registry::tests::reregister_replaces_address ... ok
2026-06-04T01:28:57.3885529Z test rename::tests::rename_refusals_leave_owlery_untouched ... ok
2026-06-04T01:28:57.3886648Z test rename::tests::rename_ripples_self_and_nested_children ... ok
2026-06-04T01:28:57.3887328Z test seed::tests::absent_cwd_is_omitted ... ok
2026-06-04T01:28:57.3887972Z test seed::tests::seed_round_trips_through_json ... ok
2026-06-04T01:28:57.3993937Z test registry::tests::resolve_cleans_before_lookup ... ok
2026-06-04T01:28:57.4517852Z test spool::tests::drain_marks_delivered_and_is_idempotent ... ok
2026-06-04T01:28:57.4612706Z test spool::tests::deferred_row_survives_event_drain_then_hook_delivers ... ok
2026-06-04T01:28:57.4992522Z test spool::tests::reopen_is_idempotent ... ok
2026-06-04T01:28:57.5245208Z test spool::tests::non_deferred_drain_skips_deferred_and_preserves_order ... ok
2026-06-04T01:28:57.5246077Z test subnet::tests::add_joined_preserves_seed_and_epoch ... ok
2026-06-04T01:28:57.5249331Z test subnet::tests::create_subnet_starts_at_epoch_one_unique_name ... ok
2026-06-04T01:28:57.5250172Z test subnet::tests::hex_round_trips_and_rejects_bad_input ... ok
2026-06-04T01:28:57.5257216Z test subnet::tests::hide_new_endpoints_defaults_off_and_persists ... ok
2026-06-04T01:28:57.5262887Z test subnet::tests::minted_seeds_are_random ... ok
2026-06-04T01:28:57.5266158Z test subnet::tests::missing_or_corrupt_file_is_empty_store ... ok
2026-06-04T01:28:57.5268942Z test subnet::tests::remove_drops_membership ... ok
2026-06-04T01:28:57.5274347Z test subnet::tests::rotate_bumps_epoch_and_changes_seed ... ok
2026-06-04T01:28:57.5287728Z test subnet::tests::store_persists_multi_subnet_and_rotation ... ok
2026-06-04T01:28:57.5288741Z test trust::tests::first_use_pins_then_is_trusted_idempotently ... ok
2026-06-04T01:28:57.5289603Z test trust::tests::label_anchor_is_subnet_scoped ... ok
2026-06-04T01:28:57.5290494Z test trust::tests::labelled_key_change_warns_without_mutating ... ok
2026-06-04T01:28:57.5291567Z test trust::tests::peers_in_filters_by_subnet ... ok
2026-06-04T01:28:57.5292324Z test trust::tests::repin_applies_accepted_key_change ... ok
2026-06-04T01:28:57.5292926Z test trust::tests::revoke_removes_trust ... ok
2026-06-04T01:28:57.5297960Z test trust::tests::store_persists_and_degrades_gracefully ... ok
2026-06-04T01:28:57.5298783Z test trust::tests::trust_is_scoped_per_subnet ... ok
2026-06-04T01:28:57.5299783Z test trust::tests::unlabelled_distinct_keys_each_pin ... ok
2026-06-04T01:28:57.5300512Z test visibility::tests::hidden_gates_sync_even_when_listed ... ok
2026-06-04T01:28:57.5301219Z test visibility::tests::hidden_is_or_of_defaults ... ok
2026-06-04T01:28:57.5302052Z test visibility::tests::override_wins_both_directions ... ok
2026-06-04T01:28:57.5306770Z test visibility::tests::store_persists_and_degrades_safe ... ok
2026-06-04T01:28:57.5307504Z test visibility::tests::synced_requires_membership_listing ... ok
2026-06-04T01:28:57.5315600Z test spool::tests::spool_touches_has_messages_sentinel ... ok
2026-06-04T01:28:57.5602559Z test spool::tests::event_part_body_persists_byte_exact ... ok
2026-06-04T01:28:57.7346621Z test registry::tests::concurrent_registration_never_locks ... ok
2026-06-04T01:28:57.7347134Z 
2026-06-04T01:28:57.7347555Z test result: ok. 77 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.47s
2026-06-04T01:28:57.7348124Z 
2026-06-04T01:28:57.7355327Z      Running unittests src/lib.rs (target/debug/deps/spt_term-cc16de0eb4e5c2bc)
2026-06-04T01:28:57.7372163Z 
2026-06-04T01:28:57.7372417Z running 8 tests
2026-06-04T01:28:57.7410934Z test digest::tests::bad_pattern_is_reported_by_name ... ok
2026-06-04T01:28:57.7434360Z test digest::tests::strips_ansi_and_tolerates_repaint_duplication ... ok
2026-06-04T01:28:57.7435085Z test digest::tests::windows_to_last_n_turns ... ok
2026-06-04T01:28:57.7435746Z test reader::tests::dsr_matcher_finds_query_across_chunk_boundary ... ok
2026-06-04T01:28:57.7436496Z test reader::tests::auto_answers_synthetic_dsr_query ... ok
2026-06-04T01:28:57.7437457Z test digest::tests::truncates_tool_args_to_width ... ok
2026-06-04T01:28:57.7446036Z test digest::tests::tags_input_agent_and_collapses_tool_sprints ... ok
2026-06-04T01:28:57.7483198Z test reader::tests::no_dsr_means_no_answer ... ok
2026-06-04T01:28:57.7483578Z 
2026-06-04T01:28:57.7484115Z test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-04T01:28:57.7484698Z 
2026-06-04T01:28:57.7489001Z      Running tests/digest.rs (target/debug/deps/digest-f73baaa30b8d5d1c)
2026-06-04T01:28:57.7506114Z 
2026-06-04T01:28:57.7506431Z running 1 test
2026-06-04T01:28:57.7568865Z test digest_parses_a_real_pty_stream ... ok
2026-06-04T01:28:57.7569328Z 
2026-06-04T01:28:57.7569735Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-04T01:28:57.7570329Z 
2026-06-04T01:28:57.7572962Z      Running tests/dsr.rs (target/debug/deps/dsr-8a8fa93881392e6d)
2026-06-04T01:28:57.7586377Z 
2026-06-04T01:28:57.7586631Z running 1 test
2026-06-04T01:28:57.7700409Z test drain_forwards_child_output ... ok
2026-06-04T01:28:57.7700774Z 
2026-06-04T01:28:57.7701678Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-04T01:28:57.7702316Z 
2026-06-04T01:28:57.7702736Z      Running tests/inject.rs (target/debug/deps/inject-c0e3a54752c25fb9)
2026-06-04T01:28:57.7716587Z 
2026-06-04T01:28:57.7717057Z running 2 tests
2026-06-04T01:28:57.7833135Z test send_line_reaches_child_and_preserves_order ... ok
2026-06-04T01:28:57.7932921Z test ctrl_c_interrupts_the_child ... ok
2026-06-04T01:28:57.7933278Z 
2026-06-04T01:28:57.7933672Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
2026-06-04T01:28:57.7934235Z 
2026-06-04T01:28:57.7936499Z      Running tests/stream.rs (target/debug/deps/stream-81fa69ded456a654)
2026-06-04T01:28:57.7950653Z 
2026-06-04T01:28:57.7951572Z running 2 tests
2026-06-04T01:28:57.7967769Z test delivers_every_value_under_resize ... ok
2026-06-04T01:28:58.7980349Z test bounded_backpressure_stalls_an_unconsumed_reader ... ok
2026-06-04T01:28:58.7981152Z 
2026-06-04T01:28:58.7982383Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.00s
2026-06-04T01:28:58.7983360Z 
2026-06-04T01:28:58.7987960Z      Running tests/surface.rs (target/debug/deps/surface-2a2c5c7356616d0c)
2026-06-04T01:28:58.8000403Z 
2026-06-04T01:28:58.8000776Z running 2 tests
2026-06-04T01:28:58.8021277Z test resize_under_load_does_not_hang_or_panic ... ok
2026-06-04T01:28:58.8021983Z test captures_child_output_off_the_pty ... ok
2026-06-04T01:28:58.8022381Z 
2026-06-04T01:28:58.8022954Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T01:28:58.8023535Z 
2026-06-04T01:28:58.8024373Z    Doc-tests spt_daemon
2026-06-04T01:28:59.1205724Z 
2026-06-04T01:28:59.1206082Z running 0 tests
2026-06-04T01:28:59.1206380Z 
2026-06-04T01:28:59.1206786Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T01:28:59.1207359Z 
2026-06-04T01:28:59.1256741Z    Doc-tests spt_live
2026-06-04T01:28:59.1700406Z 
2026-06-04T01:28:59.1700981Z running 0 tests
2026-06-04T01:28:59.1701264Z 
2026-06-04T01:28:59.1701686Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T01:28:59.1702240Z 
2026-06-04T01:28:59.1734633Z    Doc-tests spt_msg
2026-06-04T01:28:59.2175666Z 
2026-06-04T01:28:59.2176073Z running 0 tests
2026-06-04T01:28:59.2176333Z 
2026-06-04T01:28:59.2176751Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T01:28:59.2177315Z 
2026-06-04T01:28:59.2210206Z    Doc-tests spt_net
2026-06-04T01:28:59.3170948Z 
2026-06-04T01:28:59.3171590Z running 0 tests
2026-06-04T01:28:59.3171858Z 
2026-06-04T01:28:59.3172291Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T01:28:59.3172884Z 
2026-06-04T01:28:59.3216561Z    Doc-tests spt_proto
2026-06-04T01:28:59.3648106Z 
2026-06-04T01:28:59.3648692Z running 0 tests
2026-06-04T01:28:59.3648957Z 
2026-06-04T01:28:59.3649475Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T01:28:59.3650053Z 
2026-06-04T01:28:59.3683110Z    Doc-tests spt_runtime
2026-06-04T01:28:59.5243086Z 
2026-06-04T01:28:59.5243513Z running 0 tests
2026-06-04T01:28:59.5243771Z 
2026-06-04T01:28:59.5244201Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T01:28:59.5244753Z 
2026-06-04T01:28:59.5278725Z    Doc-tests spt_store
2026-06-04T01:28:59.6279379Z 
2026-06-04T01:28:59.6279907Z running 0 tests
2026-06-04T01:28:59.6280171Z 
2026-06-04T01:28:59.6280729Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T01:28:59.6281276Z 
2026-06-04T01:28:59.6315865Z    Doc-tests spt_term
2026-06-04T01:28:59.6840715Z 
2026-06-04T01:28:59.6841157Z running 0 tests
2026-06-04T01:28:59.6841415Z 
2026-06-04T01:28:59.6841834Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T01:28:59.6842401Z 
2026-06-04T01:28:59.7026901Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-06-04T01:28:59.7027640Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-06-04T01:28:59.7046764Z shell: /usr/bin/bash -e {0}
2026-06-04T01:28:59.7047171Z ##[endgroup]
2026-06-04T01:29:00.2129376Z     Checking libc v0.2.186
2026-06-04T01:29:00.2131267Z     Checking serde_core v1.0.228
2026-06-04T01:29:00.2132700Z     Checking cfg-if v1.0.4
2026-06-04T01:29:00.2231728Z     Checking typenum v1.20.1
2026-06-04T01:29:00.2494573Z     Checking memchr v2.8.1
2026-06-04T01:29:00.9540431Z     Checking critical-section v1.2.0
2026-06-04T01:29:01.0363816Z     Checking subtle v2.6.1
2026-06-04T01:29:01.1940314Z     Checking zeroize v1.8.2
2026-06-04T01:29:01.3385943Z     Checking smallvec v1.15.1
2026-06-04T01:29:01.5558859Z     Checking generic-array v0.14.7
2026-06-04T01:29:01.5720401Z     Checking pin-project-lite v0.2.17
2026-06-04T01:29:01.6272596Z     Checking log v0.4.30
2026-06-04T01:29:01.8160462Z     Checking cpufeatures v0.2.17
2026-06-04T01:29:01.8542809Z     Checking itoa v1.0.18
2026-06-04T01:29:02.0074570Z     Checking equivalent v1.0.2
2026-06-04T01:29:02.0520556Z     Checking bytes v1.11.1
2026-06-04T01:29:02.3600629Z     Checking getrandom v0.2.17
2026-06-04T01:29:02.4610558Z     Checking crypto-common v0.1.7
2026-06-04T01:29:02.4970668Z     Checking futures-core v0.3.32
2026-06-04T01:29:02.5474013Z     Checking hashbrown v0.17.1
2026-06-04T01:29:02.5970323Z     Checking rand_core v0.10.1
2026-06-04T01:29:02.7340625Z     Checking bitflags v2.11.1
2026-06-04T01:29:02.8561701Z     Checking socket2 v0.6.4
2026-06-04T01:29:02.9095023Z     Checking mio v1.2.1
2026-06-04T01:29:03.2840419Z     Checking stable_deref_trait v1.2.1
2026-06-04T01:29:03.3230646Z     Checking getrandom v0.4.2
2026-06-04T01:29:03.3515327Z     Checking tokio v1.52.3
2026-06-04T01:29:03.4100645Z     Checking indexmap v2.14.0
2026-06-04T01:29:03.4850568Z     Checking block-buffer v0.10.4
2026-06-04T01:29:03.5890347Z     Checking slab v0.4.12
2026-06-04T01:29:03.6200534Z     Checking serde v1.0.228
2026-06-04T01:29:03.7600547Z     Checking futures-sink v0.3.32
2026-06-04T01:29:03.8280988Z     Checking futures-io v0.3.32
2026-06-04T01:29:03.9272459Z     Checking futures-channel v0.3.32
2026-06-04T01:29:04.1800662Z     Checking digest v0.10.7
2026-06-04T01:29:04.4000883Z     Checking portable-atomic v1.13.1
2026-06-04T01:29:04.4260558Z     Checking futures-task v0.3.32
2026-06-04T01:29:04.4454882Z     Checking zerofrom v0.1.8
2026-06-04T01:29:04.5547853Z     Checking yoke v0.8.2
2026-06-04T01:29:04.5555528Z     Checking futures-util v0.3.32
2026-06-04T01:29:04.7738589Z     Checking zerovec v0.11.6
2026-06-04T01:29:05.1970526Z     Checking once_cell v1.21.4
2026-06-04T01:29:05.3970215Z     Checking rand_core v0.6.4
2026-06-04T01:29:05.5480386Z     Checking curve25519-dalek v4.1.3
2026-06-04T01:29:05.6250696Z     Checking zerocopy v0.8.50
2026-06-04T01:29:06.9187753Z     Checking sha2 v0.10.9
2026-06-04T01:29:07.2860629Z     Checking signature v2.2.0
2026-06-04T01:29:07.3700279Z     Checking ed25519 v2.2.3
2026-06-04T01:29:07.4802671Z     Checking fastrand v2.4.1
2026-06-04T01:29:07.7000651Z     Checking ed25519-dalek v2.2.0
2026-06-04T01:29:07.9098487Z     Checking tinystr v0.8.3
2026-06-04T01:29:08.1240630Z     Checking tracing-core v0.1.36
2026-06-04T01:29:08.6222168Z     Checking litemap v0.8.2
2026-06-04T01:29:08.6255523Z     Checking writeable v0.6.3
2026-06-04T01:29:08.8230699Z     Checking tracing v0.1.44
2026-06-04T01:29:08.8430482Z     Checking icu_locale_core v2.2.0
2026-06-04T01:29:09.0810679Z     Checking libsqlite3-sys v0.30.1
2026-06-04T01:29:09.3180320Z     Checking zmij v1.0.21
2026-06-04T01:29:09.4866942Z     Checking potential_utf v0.1.5
2026-06-04T01:29:09.5860393Z     Checking zerotrie v0.2.4
2026-06-04T01:29:09.6370766Z     Checking fallible-streaming-iterator v0.1.9
2026-06-04T01:29:09.7911000Z     Checking fallible-iterator v0.3.0
2026-06-04T01:29:09.9329936Z     Checking utf8_iter v1.0.4
2026-06-04T01:29:09.9909740Z     Checking icu_provider v2.2.0
2026-06-04T01:29:10.0385295Z     Checking icu_collections v2.2.0
2026-06-04T01:29:10.2670380Z     Checking serde_json v1.0.150
2026-06-04T01:29:10.3110281Z     Checking tokio-util v0.7.18
2026-06-04T01:29:10.5360415Z     Checking spt-proto v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-04T01:29:11.1210312Z     Checking icu_properties_data v2.2.0
2026-06-04T01:29:11.2240672Z     Checking icu_normalizer_data v2.2.0
2026-06-04T01:29:11.2610280Z     Checking percent-encoding v2.3.2
2026-06-04T01:29:11.2676761Z     Checking icu_normalizer v2.2.0
2026-06-04T01:29:11.3940726Z     Checking icu_properties v2.2.0
2026-06-04T01:29:11.4554379Z     Checking http v1.4.1
2026-06-04T01:29:11.6943530Z     Checking ahash v0.8.12
2026-06-04T01:29:11.7420614Z     Checking cpufeatures v0.3.0
2026-06-04T01:29:11.7840579Z     Checking rustls-pki-types v1.14.1
2026-06-04T01:29:11.8650519Z     Checking hashbrown v0.14.5
2026-06-04T01:29:12.2200684Z     Checking thiserror v2.0.18
2026-06-04T01:29:12.2821120Z     Checking chacha20 v0.10.0
2026-06-04T01:29:12.5286372Z     Checking form_urlencoded v1.2.2
2026-06-04T01:29:12.5650494Z     Checking ipnet v2.12.0
2026-06-04T01:29:12.6470418Z     Checking untrusted v0.9.0
2026-06-04T01:29:12.7220437Z     Checking hashlink v0.9.1
2026-06-04T01:29:12.7273364Z     Checking ring v0.17.14
2026-06-04T01:29:12.9590259Z     Checking rand v0.10.1
2026-06-04T01:29:13.1440305Z     Checking rusqlite v0.32.1
2026-06-04T01:29:13.1860229Z     Checking idna_adapter v1.2.2
2026-06-04T01:29:13.2660672Z     Checking idna v1.1.0
2026-06-04T01:29:13.6020388Z     Checking url v2.5.8
2026-06-04T01:29:13.7850570Z     Checking scopeguard v1.2.0
2026-06-04T01:29:13.8440616Z     Checking lock_api v0.4.14
2026-06-04T01:29:14.1260649Z     Checking const-oid v0.10.2
2026-06-04T01:29:14.2980517Z     Checking atomic-waker v1.1.2
2026-06-04T01:29:14.3280745Z     Checking spt-store v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-04T01:29:14.3411038Z     Checking fnv v1.0.7
2026-06-04T01:29:14.3571308Z     Checking derive_more v2.1.1
2026-06-04T01:29:14.3970493Z     Checking h2 v0.4.14
2026-06-04T01:29:14.4696770Z     Checking http-body v1.0.1
2026-06-04T01:29:14.5727256Z     Checking hybrid-array v0.4.12
2026-06-04T01:29:14.6861035Z     Checking rustls-webpki v0.103.13
2026-06-04T01:29:15.4114564Z     Checking rustls v0.23.40
2026-06-04T01:29:15.4770114Z     Checking linux-raw-sys v0.12.1
2026-06-04T01:29:15.5818217Z     Checking spt-msg v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-04T01:29:15.8844138Z     Checking base64ct v1.8.3
2026-06-04T01:29:15.9761035Z     Checking rustix v1.1.4
2026-06-04T01:29:16.1920408Z     Checking pem-rfc7468 v1.0.0
2026-06-04T01:29:16.3400676Z     Checking httparse v1.10.1
2026-06-04T01:29:16.6160649Z     Checking tower-service v0.3.3
2026-06-04T01:29:16.6670324Z     Checking try-lock v0.2.5
2026-06-04T01:29:16.7260354Z     Checking base64 v0.22.1
2026-06-04T01:29:17.0610444Z     Checking tinyvec_macros v0.1.1
2026-06-04T01:29:17.0990654Z     Checking data-encoding v2.11.0
2026-06-04T01:29:17.5110360Z     Checking tinyvec v1.11.0
2026-06-04T01:29:18.0530358Z     Checking want v0.3.1
2026-06-04T01:29:18.1540698Z     Checking n0-error v0.1.3
2026-06-04T01:29:18.2140837Z     Checking tempfile v3.27.0
2026-06-04T01:29:18.3793233Z     Checking der v0.8.0-rc.10
2026-06-04T01:29:18.4870801Z     Checking block-buffer v0.12.0
2026-06-04T01:29:18.6360413Z     Checking crypto-common v0.2.2
2026-06-04T01:29:19.7938687Z     Checking inout v0.1.4
2026-06-04T01:29:19.8970876Z     Checking ioctl-rs v0.1.6
2026-06-04T01:29:19.9537274Z     Checking serial-core v0.4.0
2026-06-04T01:29:19.9644191Z     Checking termios v0.2.2
2026-06-04T01:29:19.9930525Z     Checking spin v0.10.0
2026-06-04T01:29:20.0631484Z     Checking httpdate v1.0.3
2026-06-04T01:29:20.0709809Z     Checking cordyceps v0.3.4
2026-06-04T01:29:20.0740909Z     Checking parking v2.2.1
2026-06-04T01:29:20.1052533Z     Checking diatomic-waker v0.2.3
2026-06-04T01:29:20.1550348Z     Checking futures-lite v2.6.1
2026-06-04T01:29:20.2000561Z     Checking serial-unix v0.4.0
2026-06-04T01:29:20.2180481Z     Checking hyper v1.10.1
2026-06-04T01:29:20.3367073Z     Checking thiserror v1.0.69
2026-06-04T01:29:20.3942365Z     Checking pin-project v1.1.13
2026-06-04T01:29:20.4340452Z     Checking futures-buffered v0.2.13
2026-06-04T01:29:20.4454763Z     Checking tokio-rustls v0.26.4
2026-06-04T01:29:20.7640694Z     Checking spki v0.8.0-rc.4
2026-06-04T01:29:20.7960360Z     Checking cipher v0.4.4
2026-06-04T01:29:20.9340746Z     Checking digest v0.11.3
2026-06-04T01:29:21.0890745Z     Checking netlink-packet-core v0.8.1
2026-06-04T01:29:21.1030916Z     Checking memoffset v0.6.5
2026-06-04T01:29:21.1490641Z     Checking num-traits v0.2.19
2026-06-04T01:29:21.3170438Z     Checking parking_lot_core v0.9.12
2026-06-04T01:29:21.4264063Z     Checking sync_wrapper v1.0.2
2026-06-04T01:29:21.4970374Z     Checking universal-hash v0.5.1
2026-06-04T01:29:21.5441007Z     Checking aho-corasick v1.1.4
2026-06-04T01:29:21.5920572Z     Checking opaque-debug v0.3.1
2026-06-04T01:29:21.6450314Z     Checking regex-syntax v0.8.10
2026-06-04T01:29:22.0710638Z     Checking byteorder v1.5.0
2026-06-04T01:29:22.1675972Z     Checking either v1.16.0
2026-06-04T01:29:22.2740907Z     Checking pin-utils v0.1.0
2026-06-04T01:29:22.3110358Z     Checking bitflags v1.3.2
2026-06-04T01:29:22.3540444Z     Checking nix v0.25.1
2026-06-04T01:29:22.4321234Z     Checking prefix-trie v0.8.4
2026-06-04T01:29:22.8748813Z     Checking hash32 v0.2.1
2026-06-04T01:29:23.2010610Z     Checking hyper-util v0.1.20
2026-06-04T01:29:23.3244689Z     Checking polyval v0.6.2
2026-06-04T01:29:23.4821061Z     Checking parking_lot v0.12.5
2026-06-04T01:29:23.7210708Z     Checking n0-future v0.3.2
2026-06-04T01:29:23.8321943Z     Checking pkcs8 v0.11.0-rc.10
2026-06-04T01:29:23.9750299Z     Checking filedescriptor v0.8.3
2026-06-04T01:29:24.1310283Z     Checking serial v0.4.0
2026-06-04T01:29:24.1790758Z     Checking crossbeam-utils v0.8.21
2026-06-04T01:29:24.2240701Z     Checking regex-automata v0.4.14
2026-06-04T01:29:24.7410267Z     Checking spin v0.9.8
2026-06-04T01:29:24.9530389Z     Checking anyhow v1.0.102
2026-06-04T01:29:25.2100666Z     Checking futures-executor v0.3.32
2026-06-04T01:29:25.3160498Z     Checking serde_spanned v0.6.9
2026-06-04T01:29:25.3376225Z     Checking toml_datetime v0.6.11
2026-06-04T01:29:25.4140765Z     Checking winnow v0.7.15
2026-06-04T01:29:25.5572990Z     Checking signature v3.0.0
2026-06-04T01:29:25.6520720Z     Checking tower-layer v0.3.3
2026-06-04T01:29:25.8270583Z     Checking downcast-rs v1.2.1
2026-06-04T01:29:25.8810747Z     Checking shell-words v1.1.1
2026-06-04T01:29:25.9670672Z     Checking toml_write v0.1.2
2026-06-04T01:29:26.1640735Z     Checking ed25519 v3.0.0-rc.4
2026-06-04T01:29:26.3510361Z     Checking futures v0.3.32
2026-06-04T01:29:26.3990667Z     Checking heapless v0.7.17
2026-06-04T01:29:26.8467797Z     Checking portable-pty v0.8.1
2026-06-04T01:29:27.0980968Z     Checking regex v1.12.3
2026-06-04T01:29:27.1530373Z     Checking noq-udp v0.10.0
2026-06-04T01:29:27.2420559Z     Checking curve25519-dalek v5.0.0-pre.6
2026-06-04T01:29:27.4726375Z     Checking ghash v0.5.1
2026-06-04T01:29:27.5357264Z     Checking hickory-proto v0.26.0-beta.4
2026-06-04T01:29:27.5510568Z     Checking sha2 v0.11.0-rc.5
2026-06-04T01:29:28.0319775Z     Checking toml_edit v0.22.27
2026-06-04T01:29:28.6259606Z     Checking ctr v0.9.2
2026-06-04T01:29:28.7930248Z     Checking aes v0.8.4
2026-06-04T01:29:28.8057855Z     Checking http-body-util v0.1.3
2026-06-04T01:29:29.1080353Z     Checking cobs v0.3.0
2026-06-04T01:29:29.2330380Z     Checking netlink-sys v0.8.8
2026-06-04T01:29:29.4130865Z     Checking aead v0.5.2
2026-06-04T01:29:29.4350657Z     Checking powerfmt v0.2.0
2026-06-04T01:29:29.5040417Z     Checking openssl-probe v0.2.1
2026-06-04T01:29:29.5750327Z     Checking rustls-native-certs v0.8.4
2026-06-04T01:29:29.6070686Z     Checking deranged v0.5.8
2026-06-04T01:29:29.6830245Z     Checking aes-gcm v0.10.3
2026-06-04T01:29:29.8390497Z     Checking postcard v1.1.3
2026-06-04T01:29:30.1850856Z     Checking ed25519-dalek v3.0.0-pre.6
2026-06-04T01:29:30.3270315Z     Checking data-encoding-macro v0.1.20
2026-06-04T01:29:30.3686551Z     Checking tower v0.5.3
2026-06-04T01:29:30.4420543Z     Checking crossbeam-channel v0.5.15
2026-06-04T01:29:30.6540691Z     Checking toml v0.8.23
2026-06-04T01:29:31.0093868Z     Checking crossbeam-epoch v0.9.18
2026-06-04T01:29:31.0323471Z     Checking netlink-packet-route v0.29.0
2026-06-04T01:29:31.3100338Z     Checking uuid v1.23.2
2026-06-04T01:29:31.3337734Z     Checking rustc-hash v2.1.2
2026-06-04T01:29:31.4191240Z     Checking ryu v1.0.23
2026-06-04T01:29:31.5330657Z     Checking allocator-api2 v0.2.21
2026-06-04T01:29:31.5510230Z     Checking time-core v0.1.8
2026-06-04T01:29:31.6980685Z     Checking identity-hash v0.1.0
2026-06-04T01:29:31.7154759Z     Checking sorted-index-buffer v0.2.1
2026-06-04T01:29:31.7700473Z     Checking tagptr v0.2.0
2026-06-04T01:29:31.8490655Z     Checking lru-slab v0.1.2
2026-06-04T01:29:31.9140459Z     Checking num-conv v0.2.2
2026-06-04T01:29:31.9560625Z     Checking xml-rs v0.8.28
2026-06-04T01:29:31.9980235Z     Checking foldhash v0.2.0
2026-06-04T01:29:32.0858373Z     Checking mac-addr v0.3.0
2026-06-04T01:29:32.1270807Z     Checking hashbrown v0.16.1
2026-06-04T01:29:32.2359690Z     Checking time v0.3.47
2026-06-04T01:29:32.7029078Z     Checking xmltree v0.10.3
2026-06-04T01:29:32.8502016Z     Checking noq-proto v0.17.0
2026-06-04T01:29:33.0230369Z     Checking moka v0.12.15
2026-06-04T01:29:33.0410582Z     Checking iroh-metrics v0.38.3
2026-06-04T01:29:33.6859126Z     Checking hickory-net v0.26.0-beta.4
2026-06-04T01:29:34.2730229Z     Checking strum v0.28.0
2026-06-04T01:29:34.3460506Z     Checking tower-http v0.6.11
2026-06-04T01:29:34.7441228Z     Checking iroh-base v0.98.0
2026-06-04T01:29:35.2500310Z     Checking num_enum v0.7.6
2026-06-04T01:29:35.3250832Z     Checking rustls-platform-verifier v0.7.0
2026-06-04T01:29:35.4390213Z     Checking netlink-proto v0.12.0
2026-06-04T01:29:35.6960561Z     Checking spt-term v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-04T01:29:35.7170346Z     Checking hyper-rustls v0.27.9
2026-06-04T01:29:35.9110756Z     Checking n0-watcher v0.6.1
2026-06-04T01:29:36.1390716Z     Checking netlink-packet-route v0.30.0
2026-06-04T01:29:36.3000920Z     Checking attohttpc v0.30.1
2026-06-04T01:29:36.8070528Z     Checking tokio-stream v0.1.18
2026-06-04T01:29:37.4300482Z     Checking simple-dns v0.9.3
2026-06-04T01:29:37.6761214Z     Checking netdev v0.42.0
2026-06-04T01:29:38.1280233Z     Checking smol_str v0.1.24
2026-06-04T01:29:38.2661586Z     Checking arrayvec v0.7.6
2026-06-04T01:29:38.5070706Z     Checking simdutf8 v0.1.5
2026-06-04T01:29:38.6780374Z     Checking resolv-conf v0.7.6
2026-06-04T01:29:38.7041911Z     Checking sha1_smol v1.0.1
2026-06-04T01:29:38.8537227Z     Checking constant_time_eq v0.4.2
2026-06-04T01:29:38.9010660Z     Checking arrayref v0.3.9
2026-06-04T01:29:38.9372214Z     Checking hickory-resolver v0.26.0-beta.4
2026-06-04T01:29:38.9664590Z     Checking blake3 v1.8.5
2026-06-04T01:29:39.4032681Z     Checking tokio-websockets v0.13.2
2026-06-04T01:29:39.6608678Z     Checking noq v0.18.0
2026-06-04T01:29:39.9550344Z     Checking iroh-dns v0.98.0
2026-06-04T01:29:40.2870402Z     Checking acto v0.8.2
2026-06-04T01:29:40.5049036Z     Checking igd-next v0.17.1
2026-06-04T01:29:40.7200619Z     Checking reqwest v0.13.4
2026-06-04T01:29:41.0850429Z     Checking lru v0.16.4
2026-06-04T01:29:41.1501009Z     Checking spt-runtime v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-04T01:29:41.2700315Z     Checking webpki-roots v1.0.7
2026-06-04T01:29:41.3740292Z     Checking hmac v0.12.1
2026-06-04T01:29:41.4860434Z     Checking serde_bytes v0.11.19
2026-06-04T01:29:41.6920595Z     Checking seize v0.5.1
2026-06-04T01:29:41.9048061Z     Checking cmov v0.5.4
2026-06-04T01:29:41.9461209Z     Checking iroh-relay v0.98.0
2026-06-04T01:29:42.1640676Z     Checking ctutils v0.4.2
2026-06-04T01:29:42.4300692Z     Checking papaya v0.2.4
2026-06-04T01:29:42.8090613Z     Checking netwatch v0.16.0
2026-06-04T01:29:42.9153885Z     Checking hkdf v0.12.4
2026-06-04T01:29:42.9310381Z     Checking swarm-discovery v0.6.0-alpha.2
2026-06-04T01:29:43.0289085Z     Checking backon v1.6.0
2026-06-04T01:29:43.2404539Z     Checking spake2 v0.4.0
2026-06-04T01:29:43.4244673Z     Checking sha1 v0.10.6
2026-06-04T01:29:43.5950472Z     Checking interprocess v2.4.2
2026-06-04T01:29:43.9884768Z     Checking portmapper v0.16.0
2026-06-04T01:29:44.0301167Z     Checking spt-live v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-04T01:29:44.2080998Z     Checking utf8parse v0.2.2
2026-06-04T01:29:44.2550823Z     Checking anstyle-query v1.1.5
2026-06-04T01:29:44.2810666Z     Checking anstyle-parse v1.0.0
2026-06-04T01:29:44.3160524Z     Checking anstyle v1.0.14
2026-06-04T01:29:44.4180606Z     Checking is_terminal_polyfill v1.70.2
2026-06-04T01:29:44.4351243Z     Checking colorchoice v1.0.5
2026-06-04T01:29:44.4700641Z     Checking strsim v0.11.1
2026-06-04T01:29:44.4928384Z     Checking clap_lex v1.1.0
2026-06-04T01:29:44.5411056Z     Checking anstream v1.0.0
2026-06-04T01:29:44.6521133Z     Checking mock-adapter v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-04T01:29:44.8010727Z     Checking clap_builder v4.6.0
2026-06-04T01:29:45.6180817Z     Checking iroh v0.98.2
2026-06-04T01:29:47.4030839Z     Checking clap v4.6.1
2026-06-04T01:29:53.5034468Z     Checking spt-net v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-04T01:29:54.4618892Z     Checking spt-daemon v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-04T01:29:57.1245679Z     Checking spt v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-04T01:29:59.0499936Z     Finished `dev` profile [unoptimized] target(s) in 59.29s
2026-06-04T01:29:59.1207035Z Post job cleanup.
2026-06-04T01:29:59.5088804Z [command]/usr/bin/git version
2026-06-04T01:29:59.5147564Z git version 2.34.1
2026-06-04T01:29:59.5223760Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/5ca3b623-4d02-433e-b924-e7f9c75c3381/.gitconfig'
2026-06-04T01:29:59.5238407Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/5ca3b623-4d02-433e-b924-e7f9c75c3381' before making global git config changes
2026-06-04T01:29:59.5239833Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T01:29:59.5247840Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T01:29:59.5296010Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T01:29:59.5339323Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T01:29:59.5617228Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T01:29:59.5654647Z http.https://github.com/.extraheader
2026-06-04T01:29:59.5665994Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-04T01:29:59.5708031Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T01:29:59.5946180Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T01:29:59.5988196Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T01:29:59.6387413Z Cleaning up orphan processes
2026-06-04T01:29:59.7263164Z ##[warning]Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
